Html Css Color HEX #304AB0 Cerulean Blue

📋 copy color: '#304AB0'

red 48 ◦ green 74 ◦ blue 176

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

Shades of Cerulean Blue #304AB0

Tints of Cerulean Blue #304AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 59.06%

R = 16.11%
G = 24.83%
B = 59.06%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#304AB0 (or 0x304AB0) is known color: Cerulean Blue. HEX triplet: 30, 4A and B0. RGB value is (48,74,176). Sum of RGB (Red+Green+Blue) = 48+74+176=298 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.11% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 176 (69.14% from 255 or 59.06% from 298); Max value from RGB is 176 - color contains mainly: blue. Hex color #304AB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AB0 is #CFB54F. Grayscale: #4D4D4D. Windows color (decimal): -13612368 or 11553328. OLE color: 11553328.

HSL color Cylindrical-coordinate representation of color #304AB0: hue angle of 227.81º 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 #304AB0 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 74 176 -
CMYK 0.73 0.58 0 0.31
HSL 227.81º 0.57% 0.44% -
HSV(B) 227.81º 0.73% 0.69% -
XYZ 11.5 8.66 42.14 -
YUV 77.85 183.39 106.71 -
System Red Green Blue C M Y K H S L
Decimal 48 74 176 0.73 0.58 0 0.31 227.81 0.57 0.44
Hex 30 4A B0 49 3A 0 1F E4 39 2C
Octal 60 112 260 111 72 0 37 344 71 54
Binary 110000 1001010 10110000 1001001 111010 0 11111 11100100 111001 101100

Color Harmonies of #304AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304AB0

Black with #304AB0

Text Example


Text Example

White with #304AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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