Html Css Color HEX #304AAE Cerulean Blue

📋 copy color: '#304AAE'

red 48 ◦ green 74 ◦ blue 174

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

Shades of Cerulean Blue #304AAE

Tints of Cerulean Blue #304AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25%

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

R = 16.22%
G = 25%
B = 58.78%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#304AAE (or 0x304AAE) is known color: Cerulean Blue. HEX triplet: 30, 4A and AE. RGB value is (48,74,174). Sum of RGB (Red+Green+Blue) = 48+74+174=296 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.22% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #304AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AAE is #CFB551. Grayscale: #4D4D4D. Windows color (decimal): -13612370 or 11422256. OLE color: 11422256.

HSL color Cylindrical-coordinate representation of color #304AAE: hue angle of 227.62º 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 #304AAE is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 74 174 -
CMYK 0.72 0.57 0 0.32
HSL 227.62º 0.57% 0.44% -
HSV(B) 227.62º 0.72% 0.68% -
XYZ 11.31 8.58 41.1 -
YUV 77.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 48 74 174 0.72 0.57 0 0.32 227.62 0.57 0.44
Hex 30 4A AE 48 39 0 20 E4 39 2C
Octal 60 112 256 110 71 0 40 344 71 54
Binary 110000 1001010 10101110 1001000 111001 0 100000 11100100 111001 101100

Color Harmonies of #304AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AAE

Black with #304AAE

Text Example


Text Example

White with #304AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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