Html Css Color HEX #304DAE Cerulean Blue

📋 copy color: '#304DAE'

red 48 ◦ green 77 ◦ blue 174

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

Shades of Cerulean Blue #304DAE

Tints of Cerulean Blue #304DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 16.05%
G = 25.75%
B = 58.19%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#304DAE (or 0x304DAE) is known color: Cerulean Blue. HEX triplet: 30, 4D and AE. RGB value is (48,77,174). Sum of RGB (Red+Green+Blue) = 48+77+174=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #304DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DAE is #CFB251. Grayscale: #4E4E4E. Windows color (decimal): -13611602 or 11423024. OLE color: 11423024.

HSL color Cylindrical-coordinate representation of color #304DAE: hue angle of 226.19º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304DAE is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 77 174 -
CMYK 0.72 0.56 0 0.32
HSL 226.19º 0.57% 0.44% -
HSV(B) 226.19º 0.72% 0.68% -
XYZ 11.51 8.99 41.17 -
YUV 79.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 48 77 174 0.72 0.56 0 0.32 226.19 0.57 0.44
Hex 30 4D AE 48 38 0 20 E2 39 2C
Octal 60 115 256 110 70 0 40 342 71 54
Binary 110000 1001101 10101110 1001000 111000 0 100000 11100010 111001 101100

Color Harmonies of #304DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304DAE

Black with #304DAE

Text Example


Text Example

White with #304DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,77,174); }

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

background-color css

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

 a { background-color: rgb(48,77,174); }

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

border-color css

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

 span { border-color: rgb(48,77,174); }

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