Html Css Color HEX #304ABF Cerulean Blue

📋 copy color: '#304ABF'

red 48 ◦ green 74 ◦ blue 191

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

Shades of Cerulean Blue #304ABF

Tints of Cerulean Blue #304ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 61.02%

R = 15.34%
G = 23.64%
B = 61.02%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#304ABF (or 0x304ABF) is known color: Cerulean Blue. HEX triplet: 30, 4A and BF. RGB value is (48,74,191). Sum of RGB (Red+Green+Blue) = 48+74+191=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #304ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ABF is #CFB540. Grayscale: #4F4F4F. Windows color (decimal): -13612353 or 12536368. OLE color: 12536368.

HSL color Cylindrical-coordinate representation of color #304ABF: hue angle of 229.09º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304ABF is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 74 191 -
CMYK 0.75 0.61 0 0.25
HSL 229.09º 0.6% 0.47% -
HSV(B) 229.09º 0.75% 0.75% -
XYZ 13.07 9.29 50.39 -
YUV 79.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 48 74 191 0.75 0.61 0 0.25 229.09 0.6 0.47
Hex 30 4A BF 4B 3D 0 19 E5 3C 2F
Octal 60 112 277 113 75 0 31 345 74 57
Binary 110000 1001010 10111111 1001011 111101 0 11001 11100101 111100 101111

Color Harmonies of #304ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304ABF

Black with #304ABF

Text Example


Text Example

White with #304ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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