Html Css Color HEX #305AAF Cerulean Blue

📋 copy color: '#305AAF'

red 48 ◦ green 90 ◦ blue 175

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

Shades of Cerulean Blue #305AAF

Tints of Cerulean Blue #305AAF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 15.34%
G = 28.75%
B = 55.91%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#305AAF (or 0x305AAF) is known color: Cerulean Blue. HEX triplet: 30, 5A and AF. RGB value is (48,90,175). Sum of RGB (Red+Green+Blue) = 48+90+175=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #305AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305AAF is #CFA550. Grayscale: #565656. Windows color (decimal): -13608273 or 11491888. OLE color: 11491888.

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

Color convert

RGB 48 90 175 -
CMYK 0.73 0.49 0 0.31
HSL 220.16º 0.57% 0.44% -
HSV(B) 220.16º 0.73% 0.69% -
XYZ 12.61 11.04 42.02 -
YUV 87.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 48 90 175 0.73 0.49 0 0.31 220.16 0.57 0.44
Hex 30 5A AF 49 31 0 1F DC 39 2C
Octal 60 132 257 111 61 0 37 334 71 54
Binary 110000 1011010 10101111 1001001 110001 0 11111 11011100 111001 101100

Color Harmonies of #305AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305AAF

Black with #305AAF

Text Example


Text Example

White with #305AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305AAF; }

 p { color: rgb(48,90,175); }

 H1.HeaderClassName
 {
   color: #305AAF;
 }
 .AnyTagClassName
 {
   color: #305AAF;
 }
</style>

background-color css

<style>
 a { background-color: #305AAF; }

 a { background-color: rgb(48,90,175); }

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

border-color css

<style>
 span { border-color: #305AAF; }

 span { border-color: rgb(48,90,175); }

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