#3092CB

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

Shades of Curious Blue #3092CB

Tints of Curious Blue #3092CB

Color information

#3092CB (or 0x3092CB) is unknown color: approx Curious Blue. HEX triplet: 30, 92 and CB. RGB value is (48,146,203). Sum of RGB (Red+Green+Blue) = 48+146+203=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #3092CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3092CB is #CF6D34. Grayscale: #7A7A7A. Windows color (decimal): -13593909 or 13341232. OLE color: 13341232.

HSL color Cylindrical-coordinate representation of color #3092CB: hue angle of 202.06º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3092CB is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB48146203-
CMYK0.760.2800.20
HSL202.06º61.75%49.22%-
HSV(B)202.06º76.35%79.61%-
XYZ22.2825.560.25-
YUV123.2173.0374.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 12.09%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=12.09%
G=36.78%
B=51.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal481462030.760.2800.20202.0661.7549.22
Hex3092CB4C1C014ca3e31
Octal60222313114340243127661
Binary110000100100101100101110011001110001010011001010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3092CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3092CB; }

 p { color: rgb(48,146,203); }

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

<style>
 a { background-color: #3092CB; }

 a { background-color: rgb(48,146,203); }

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

<style>
 span { border-color: #3092CB; }

 span { border-color: rgb(48,146,203); }

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