Html Css Color HEX #305CB0 Cerulean Blue

📋 copy color: '#305CB0'

red 48 ◦ green 92 ◦ blue 176

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

Shades of Cerulean Blue #305CB0

Tints of Cerulean Blue #305CB0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 176 (69.14% from 255) = 55.7%

R = 15.19%
G = 29.11%
B = 55.7%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#305CB0 (or 0x305CB0) is known color: Cerulean Blue. HEX triplet: 30, 5C and B0. RGB value is (48,92,176). Sum of RGB (Red+Green+Blue) = 48+92+176=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 176 (69.14% from 255 or 55.70% from 316); Max value from RGB is 176 - color contains mainly: blue. Hex color #305CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305CB0 is #CFA34F. Grayscale: #585858. Windows color (decimal): -13607760 or 11557936. OLE color: 11557936.

HSL color Cylindrical-coordinate representation of color #305CB0: hue angle of 219.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #305CB0 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 92 176 -
CMYK 0.73 0.48 0 0.31
HSL 219.38º 0.57% 0.44% -
HSV(B) 219.38º 0.73% 0.69% -
XYZ 12.88 11.42 42.6 -
YUV 88.42 177.42 99.17 -
System Red Green Blue C M Y K H S L
Decimal 48 92 176 0.73 0.48 0 0.31 219.38 0.57 0.44
Hex 30 5C B0 49 30 0 1F DB 39 2C
Octal 60 134 260 111 60 0 37 333 71 54
Binary 110000 1011100 10110000 1001001 110000 0 11111 11011011 111001 101100

Color Harmonies of #305CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CB0

Black with #305CB0

Text Example


Text Example

White with #305CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,92,176); }

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

background-color css

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

 a { background-color: rgb(48,92,176); }

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

border-color css

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

 span { border-color: rgb(48,92,176); }

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