Html Css Color HEX #3059B9 Cerulean Blue

📋 copy color: '#3059B9'

red 48 ◦ green 89 ◦ blue 185

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

Shades of Cerulean Blue #3059B9

Tints of Cerulean Blue #3059B9

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.64%

 BLUE value IS 185 (72.66% from 255) = 57.45%

R = 14.91%
G = 27.64%
B = 57.45%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3059B9 (or 0x3059B9) is known color: Cerulean Blue. HEX triplet: 30, 59 and B9. RGB value is (48,89,185). Sum of RGB (Red+Green+Blue) = 48+89+185=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 185 (72.66% from 255 or 57.45% from 322); Max value from RGB is 185 - color contains mainly: blue. Hex color #3059B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059B9 is #CFA646. Grayscale: #575757. Windows color (decimal): -13608519 or 12146992. OLE color: 12146992.

HSL color Cylindrical-coordinate representation of color #3059B9: hue angle of 222.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3059B9 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 89 185 -
CMYK 0.74 0.52 0 0.27
HSL 222.04º 0.59% 0.46% -
HSV(B) 222.04º 0.74% 0.73% -
XYZ 13.55 11.28 47.36 -
YUV 87.69 182.92 99.69 -
System Red Green Blue C M Y K H S L
Decimal 48 89 185 0.74 0.52 0 0.27 222.04 0.59 0.46
Hex 30 59 B9 4A 34 0 1B DE 3B 2E
Octal 60 131 271 112 64 0 33 336 73 56
Binary 110000 1011001 10111001 1001010 110100 0 11011 11011110 111011 101110

Color Harmonies of #3059B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3059B9

Black with #3059B9

Text Example


Text Example

White with #3059B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3059B9; }

 p { color: rgb(48,89,185); }

 H1.HeaderClassName
 {
   color: #3059B9;
 }
 .AnyTagClassName
 {
   color: #3059B9;
 }
</style>

background-color css

<style>
 a { background-color: #3059B9; }

 a { background-color: rgb(48,89,185); }

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

border-color css

<style>
 span { border-color: #3059B9; }

 span { border-color: rgb(48,89,185); }

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