Html Css Color HEX #3091CC Curious Blue

📋 copy color: '#3091CC'

red 48 ◦ green 145 ◦ blue 204

#3091CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Curious Blue #3091CC

Tints of Curious Blue #3091CC

RGB

 RED value IS 48 (19.14% from 255) = 12.09%

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 12.09%
G = 36.52%
B = 51.39%

CMYK

 C value IS 0.76

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3091CC (or 0x3091CC) is known color: Curious Blue. HEX triplet: 30, 91 and CC. RGB value is (48,145,204). Sum of RGB (Red+Green+Blue) = 48+145+204=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #3091CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091CC is #CF6E33. Grayscale: #7A7A7A. Windows color (decimal): -13594164 or 13406512. OLE color: 13406512.

HSL color Cylindrical-coordinate representation of color #3091CC: hue angle of 202.69º 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 #3091CC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 48 145 204 -
CMYK 0.76 0.29 0 0.2
HSL 202.69º 0.62% 0.49% -
HSV(B) 202.69º 0.76% 0.8% -
XYZ 22.24 25.24 60.83 -
YUV 122.72 173.86 74.7 -
System Red Green Blue C M Y K H S L
Decimal 48 145 204 0.76 0.29 0 0.2 202.69 0.62 0.49
Hex 30 91 CC 4C 1D 0 14 CB 3E 31
Octal 60 221 314 114 35 0 24 313 76 61
Binary 110000 10010001 11001100 1001100 11101 0 10100 11001011 111110 110001

Color Harmonies of #3091CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3091CC

Black with #3091CC

Text Example


Text Example

White with #3091CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3091CC; }

 p { color: rgb(48,145,204); }

 H1.HeaderClassName
 {
   color: #3091CC;
 }
 .AnyTagClassName
 {
   color: #3091CC;
 }
</style>

background-color css

<style>
 a { background-color: #3091CC; }

 a { background-color: rgb(48,145,204); }

 div.DivClassName
 {
   background-color: #3091CC;
 }
 .BgClassName
 {
   background-color: #3091CC;
 }
</style>

border-color css

<style>
 span { border-color: #3091CC; }

 span { border-color: rgb(48,145,204); }

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