Html Css Color HEX #304BBC Cerulean Blue

📋 copy color: '#304BBC'

red 48 ◦ green 75 ◦ blue 188

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

Shades of Cerulean Blue #304BBC

Tints of Cerulean Blue #304BBC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

 BLUE value IS 188 (73.83% from 255) = 60.45%

R = 15.43%
G = 24.12%
B = 60.45%

CMYK

 C value IS 0.74

 M value IS 0.60

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#304BBC (or 0x304BBC) is known color: Cerulean Blue. HEX triplet: 30, 4B and BC. RGB value is (48,75,188). Sum of RGB (Red+Green+Blue) = 48+75+188=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 188 (73.83% from 255 or 60.45% from 311); Max value from RGB is 188 - color contains mainly: blue. Hex color #304BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BBC is #CFB443. Grayscale: #4F4F4F. Windows color (decimal): -13612100 or 12340016. OLE color: 12340016.

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

Color convert

RGB 48 75 188 -
CMYK 0.74 0.60 0 0.26
HSL 228.43º 0.59% 0.46% -
HSV(B) 228.43º 0.74% 0.74% -
XYZ 12.81 9.29 48.7 -
YUV 79.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 48 75 188 0.74 0.60 0 0.26 228.43 0.59 0.46
Hex 30 4B BC 4A 3C 0 1A E4 3B 2E
Octal 60 113 274 112 74 0 32 344 73 56
Binary 110000 1001011 10111100 1001010 111100 0 11010 11100100 111011 101110

Color Harmonies of #304BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304BBC

Black with #304BBC

Text Example


Text Example

White with #304BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,75,188); }

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

background-color css

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

 a { background-color: rgb(48,75,188); }

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

border-color css

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

 span { border-color: rgb(48,75,188); }

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