Html Css Color HEX #304CBD Cerulean Blue

📋 copy color: '#304CBD'

red 48 ◦ green 76 ◦ blue 189

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

Shades of Cerulean Blue #304CBD

Tints of Cerulean Blue #304CBD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.28%

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

R = 15.34%
G = 24.28%
B = 60.38%

CMYK

 C value IS 0.75

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#304CBD (or 0x304CBD) is known color: Cerulean Blue. HEX triplet: 30, 4C and BD. RGB value is (48,76,189). Sum of RGB (Red+Green+Blue) = 48+76+189=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #304CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CBD is #CFB342. Grayscale: #505050. Windows color (decimal): -13611843 or 12405808. OLE color: 12405808.

HSL color Cylindrical-coordinate representation of color #304CBD: hue angle of 228.09º 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 #304CBD is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 76 189 -
CMYK 0.75 0.60 0 0.26
HSL 228.09º 0.59% 0.46% -
HSV(B) 228.09º 0.75% 0.74% -
XYZ 12.99 9.47 49.29 -
YUV 80.51 189.22 104.81 -
System Red Green Blue C M Y K H S L
Decimal 48 76 189 0.75 0.60 0 0.26 228.09 0.59 0.46
Hex 30 4C BD 4B 3C 0 1A E4 3B 2E
Octal 60 114 275 113 74 0 32 344 73 56
Binary 110000 1001100 10111101 1001011 111100 0 11010 11100100 111011 101110

Color Harmonies of #304CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CBD

Black with #304CBD

Text Example


Text Example

White with #304CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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