Html Css Color HEX #305DAF Cerulean Blue

📋 copy color: '#305DAF'

red 48 ◦ green 93 ◦ blue 175

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

Shades of Cerulean Blue #305DAF

Tints of Cerulean Blue #305DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

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

R = 15.19%
G = 29.43%
B = 55.38%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#305DAF (or 0x305DAF) is known color: Cerulean Blue. HEX triplet: 30, 5D and AF. RGB value is (48,93,175). Sum of RGB (Red+Green+Blue) = 48+93+175=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #305DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAF is #CFA250. Grayscale: #585858. Windows color (decimal): -13607505 or 11492656. OLE color: 11492656.

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

Color convert

RGB 48 93 175 -
CMYK 0.73 0.47 0 0.31
HSL 218.74º 0.57% 0.44% -
HSV(B) 218.74º 0.73% 0.69% -
XYZ 12.87 11.55 42.11 -
YUV 88.89 176.59 98.83 -
System Red Green Blue C M Y K H S L
Decimal 48 93 175 0.73 0.47 0 0.31 218.74 0.57 0.44
Hex 30 5D AF 49 2F 0 1F DB 39 2C
Octal 60 135 257 111 57 0 37 333 71 54
Binary 110000 1011101 10101111 1001001 101111 0 11111 11011011 111001 101100

Color Harmonies of #305DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DAF

Black with #305DAF

Text Example


Text Example

White with #305DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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