Html Css Color HEX #305DAE Cerulean Blue

📋 copy color: '#305DAE'

red 48 ◦ green 93 ◦ blue 174

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

Shades of Cerulean Blue #305DAE

Tints of Cerulean Blue #305DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.24%

R = 15.24%
G = 29.52%
B = 55.24%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#305DAE (or 0x305DAE) is known color: Cerulean Blue. HEX triplet: 30, 5D and AE. RGB value is (48,93,174). Sum of RGB (Red+Green+Blue) = 48+93+174=315 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.24% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #305DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAE is #CFA251. Grayscale: #585858. Windows color (decimal): -13607506 or 11427120. OLE color: 11427120.

HSL color Cylindrical-coordinate representation of color #305DAE: hue angle of 218.57º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #305DAE is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 93 174 -
CMYK 0.72 0.47 0 0.32
HSL 218.57º 0.57% 0.44% -
HSV(B) 218.57º 0.72% 0.68% -
XYZ 12.77 11.51 41.59 -
YUV 88.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 48 93 174 0.72 0.47 0 0.32 218.57 0.57 0.44
Hex 30 5D AE 48 2F 0 20 DB 39 2C
Octal 60 135 256 110 57 0 40 333 71 54
Binary 110000 1011101 10101110 1001000 101111 0 100000 11011011 111001 101100

Color Harmonies of #305DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DAE

Black with #305DAE

Text Example


Text Example

White with #305DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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