#304AB3

Color #304AB3 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #304AB3

Tints of Cerulean Blue #304AB3

Color information

#304AB3 (or 0x304AB3) is unknown color: approx Cerulean Blue. HEX triplet: 30, 4A and B3. RGB value is (48,74,179). Sum of RGB (Red+Green+Blue) = 48+74+179=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #304AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AB3 is #CFB54C. Grayscale: #4D4D4D. Windows color (decimal): -13612365 or 11749936. OLE color: 11749936.

HSL color Cylindrical-coordinate representation of color #304AB3: hue angle of 228.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304AB3 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4874179-
CMYK0.730.5900.30
HSL228.09º57.71%44.51%-
HSV(B)228.09º73.18%70.2%-
XYZ11.88.7843.72-
YUV78.2184.89106.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.95%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 179 (70.31% from 255) = 59.47%
R=15.95%
G=24.58%
B=59.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal48741790.730.5900.30228.0957.7144.51
Hex304AB3493B01Ee43a2d
Octal60112263111730363447255
Binary110000100101010110011100100111101101111011100100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #304AB3;
 }
 .AnyTagClassName
 {
   color: #304AB3;
 }
</style>
background-color css

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

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

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

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

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

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