Html Css Color HEX #304CBC Cerulean Blue

📋 copy color: '#304CBC'

red 48 ◦ green 76 ◦ blue 188

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

Shades of Cerulean Blue #304CBC

Tints of Cerulean Blue #304CBC

RGB

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

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

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

R = 15.38%
G = 24.36%
B = 60.26%

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

#304CBC (or 0x304CBC) is known color: Cerulean Blue. HEX triplet: 30, 4C and BC. RGB value is (48,76,188). Sum of RGB (Red+Green+Blue) = 48+76+188=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #304CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CBC is #CFB343. Grayscale: #4F4F4F. Windows color (decimal): -13611844 or 12340272. OLE color: 12340272.

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

Color convert

RGB 48 76 188 -
CMYK 0.74 0.60 0 0.26
HSL 228º 0.59% 0.46% -
HSV(B) 228º 0.74% 0.74% -
XYZ 12.88 9.43 48.72 -
YUV 80.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 48 76 188 0.74 0.60 0 0.26 228 0.59 0.46
Hex 30 4C BC 4A 3C 0 1A E4 3B 2E
Octal 60 114 274 112 74 0 32 344 73 56
Binary 110000 1001100 10111100 1001010 111100 0 11010 11100100 111011 101110

Color Harmonies of #304CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CBC

Black with #304CBC

Text Example


Text Example

White with #304CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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