Html Css Color HEX #304CAF Cerulean Blue

📋 copy color: '#304CAF'

red 48 ◦ green 76 ◦ blue 175

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

Shades of Cerulean Blue #304CAF

Tints of Cerulean Blue #304CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 16.05%
G = 25.42%
B = 58.53%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#304CAF (or 0x304CAF) is known color: Cerulean Blue. HEX triplet: 30, 4C and AF. RGB value is (48,76,175). Sum of RGB (Red+Green+Blue) = 48+76+175=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #304CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CAF is #CFB350. Grayscale: #4E4E4E. Windows color (decimal): -13611857 or 11488304. OLE color: 11488304.

HSL color Cylindrical-coordinate representation of color #304CAF: hue angle of 226.77º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304CAF is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 76 175 -
CMYK 0.73 0.57 0 0.31
HSL 226.77º 0.57% 0.44% -
HSV(B) 226.77º 0.73% 0.69% -
XYZ 11.54 8.89 41.67 -
YUV 78.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 48 76 175 0.73 0.57 0 0.31 226.77 0.57 0.44
Hex 30 4C AF 49 39 0 1F E3 39 2C
Octal 60 114 257 111 71 0 37 343 71 54
Binary 110000 1001100 10101111 1001001 111001 0 11111 11100011 111001 101100

Color Harmonies of #304CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304CAF

Black with #304CAF

Text Example


Text Example

White with #304CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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