Html Css Color HEX #305DB6 Cerulean Blue

📋 copy color: '#305DB6'

red 48 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #305DB6

Tints of Cerulean Blue #305DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 182 (71.48% from 255) = 56.35%

R = 14.86%
G = 28.79%
B = 56.35%

CMYK

 C value IS 0.74

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#305DB6 (or 0x305DB6) is known color: Cerulean Blue. HEX triplet: 30, 5D and B6. RGB value is (48,93,182). Sum of RGB (Red+Green+Blue) = 48+93+182=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 182 (71.48% from 255 or 56.35% from 323); Max value from RGB is 182 - color contains mainly: blue. Hex color #305DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305DB6 is #CFA249. Grayscale: #595959. Windows color (decimal): -13607498 or 11951408. OLE color: 11951408.

HSL color Cylindrical-coordinate representation of color #305DB6: hue angle of 219.85º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #305DB6 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 93 182 -
CMYK 0.74 0.49 0 0.29
HSL 219.85º 0.58% 0.45% -
HSV(B) 219.85º 0.74% 0.71% -
XYZ 13.58 11.83 45.82 -
YUV 89.69 180.09 98.26 -
System Red Green Blue C M Y K H S L
Decimal 48 93 182 0.74 0.49 0 0.29 219.85 0.58 0.45
Hex 30 5D B6 4A 31 0 1D DC 3A 2D
Octal 60 135 266 112 61 0 35 334 72 55
Binary 110000 1011101 10110110 1001010 110001 0 11101 11011100 111010 101101

Color Harmonies of #305DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DB6

Black with #305DB6

Text Example


Text Example

White with #305DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305DB6; }

 p { color: rgb(48,93,182); }

 H1.HeaderClassName
 {
   color: #305DB6;
 }
 .AnyTagClassName
 {
   color: #305DB6;
 }
</style>

background-color css

<style>
 a { background-color: #305DB6; }

 a { background-color: rgb(48,93,182); }

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

border-color css

<style>
 span { border-color: #305DB6; }

 span { border-color: rgb(48,93,182); }

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