#3090cf

Color #3090CF Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #3090CF

Tints of Curious Blue #3090CF

Color information

#3090CF (or 0x3090CF) is unknown color: approx Curious Blue. HEX triplet: 30, 90 and CF. RGB value is (48,144,207). Sum of RGB (Red+Green+Blue) = 48+144+207=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #3090CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090CF is #CF6F30. Grayscale: #7A7A7A. Windows color (decimal): -13594417 or 13602864. OLE color: 13602864.

HSL color Cylindrical-coordinate representation of color #3090CF: hue angle of 203.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3090CF is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB48144207-
CMYK0.770.3000.19
HSL203.77º62.35%50%-
HSV(B)203.77º76.81%81.18%-
XYZ22.4525.0862.69-
YUV122.48175.774.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 12.03%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=12.03%
G=36.09%
B=51.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal481442070.770.3000.19203.7762.3550
Hex3090CF4D1E013cc3e32
Octal60220317115360233147662
Binary110000100100001100111110011011111001001111001100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3090cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3090cf; }

 p { color: rgb(48,144,207); }

 H1.HeaderClassName
 {
   color: #3090cf;
 }
 .AnyTagClassName
 {
   color: #3090cf;
 }
</style>
background-color css

<style>
 a { background-color: #3090cf; }

 a { background-color: rgb(48,144,207); }

 div.DivClassName
 {
   background-color: #3090cf;
 }
 .BgClassName
 {
   background-color: #3090cf;
 }
</style>
border-color css

<style>
 span { border-color: #3090cf; }

 span { border-color: rgb(48,144,207); }

 td.TdClassName
 {
   border-color: #3090cf;
 }
 .TagClassName
 {
   border-color: #3090cf;
 }
</style>