Html Css Color HEX #305CBD Cerulean Blue

📋 copy color: '#305CBD'

red 48 ◦ green 92 ◦ blue 189

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

Shades of Cerulean Blue #305CBD

Tints of Cerulean Blue #305CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 57.45%

R = 14.59%
G = 27.96%
B = 57.45%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#305CBD (or 0x305CBD) is known color: Cerulean Blue. HEX triplet: 30, 5C and BD. RGB value is (48,92,189). Sum of RGB (Red+Green+Blue) = 48+92+189=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #305CBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #305CBD is #CFA342. Grayscale: #595959. Windows color (decimal): -13607747 or 12409904. OLE color: 12409904.

HSL color Cylindrical-coordinate representation of color #305CBD: hue angle of 221.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #305CBD is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 92 189 -
CMYK 0.75 0.51 0 0.26
HSL 221.28º 0.59% 0.46% -
HSV(B) 221.28º 0.75% 0.74% -
XYZ 14.23 11.96 49.7 -
YUV 89.9 183.92 98.11 -
System Red Green Blue C M Y K H S L
Decimal 48 92 189 0.75 0.51 0 0.26 221.28 0.59 0.46
Hex 30 5C BD 4B 33 0 1A DD 3B 2E
Octal 60 134 275 113 63 0 32 335 73 56
Binary 110000 1011100 10111101 1001011 110011 0 11010 11011101 111011 101110

Color Harmonies of #305CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305CBD

Black with #305CBD

Text Example


Text Example

White with #305CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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