Html Css Color HEX #304CB7 Cerulean Blue

📋 copy color: '#304CB7'

red 48 ◦ green 76 ◦ blue 183

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

Shades of Cerulean Blue #304CB7

Tints of Cerulean Blue #304CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 59.61%

R = 15.64%
G = 24.76%
B = 59.61%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#304CB7 (or 0x304CB7) is known color: Cerulean Blue. HEX triplet: 30, 4C and B7. RGB value is (48,76,183). Sum of RGB (Red+Green+Blue) = 48+76+183=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 183 (71.88% from 255 or 59.61% from 307); Max value from RGB is 183 - color contains mainly: blue. Hex color #304CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CB7 is #CFB348. Grayscale: #4F4F4F. Windows color (decimal): -13611849 or 12012592. OLE color: 12012592.

HSL color Cylindrical-coordinate representation of color #304CB7: hue angle of 227.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304CB7 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 76 183 -
CMYK 0.74 0.58 0 0.28
HSL 227.56º 0.58% 0.45% -
HSV(B) 227.56º 0.74% 0.72% -
XYZ 12.35 9.22 45.93 -
YUV 79.83 186.22 105.3 -
System Red Green Blue C M Y K H S L
Decimal 48 76 183 0.74 0.58 0 0.28 227.56 0.58 0.45
Hex 30 4C B7 4A 3A 0 1C E4 3A 2D
Octal 60 114 267 112 72 0 34 344 72 55
Binary 110000 1001100 10110111 1001010 111010 0 11100 11100100 111010 101101

Color Harmonies of #304CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CB7

Black with #304CB7

Text Example


Text Example

White with #304CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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