Html Css Color HEX #304AAB Cerulean Blue

📋 copy color: '#304AAB'

red 48 ◦ green 74 ◦ blue 171

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

Shades of Cerulean Blue #304AAB

Tints of Cerulean Blue #304AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 16.38%
G = 25.26%
B = 58.36%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#304AAB (or 0x304AAB) is known color: Cerulean Blue. HEX triplet: 30, 4A and AB. RGB value is (48,74,171). Sum of RGB (Red+Green+Blue) = 48+74+171=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #304AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AAB is #CFB554. Grayscale: #4C4C4C. Windows color (decimal): -13612373 or 11225648. OLE color: 11225648.

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

Color convert

RGB 48 74 171 -
CMYK 0.72 0.57 0 0.33
HSL 227.32º 0.56% 0.43% -
HSV(B) 227.32º 0.72% 0.67% -
XYZ 11.02 8.47 39.58 -
YUV 77.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 48 74 171 0.72 0.57 0 0.33 227.32 0.56 0.43
Hex 30 4A AB 48 39 0 21 E3 38 2B
Octal 60 112 253 110 71 0 41 343 70 53
Binary 110000 1001010 10101011 1001000 111001 0 100001 11100011 111000 101011

Color Harmonies of #304AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AAB

Black with #304AAB

Text Example


Text Example

White with #304AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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