Html Css Color HEX #305DAD Cerulean Blue

📋 copy color: '#305DAD'

red 48 ◦ green 93 ◦ blue 173

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

Shades of Cerulean Blue #305DAD

Tints of Cerulean Blue #305DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.1%

R = 15.29%
G = 29.62%
B = 55.1%

CMYK

 C value IS 0.72

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#305DAD (or 0x305DAD) is known color: Cerulean Blue. HEX triplet: 30, 5D and AD. RGB value is (48,93,173). Sum of RGB (Red+Green+Blue) = 48+93+173=314 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.29% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #305DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #305DAD is #CFA252. Grayscale: #585858. Windows color (decimal): -13607507 or 11361584. OLE color: 11361584.

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

Color convert

RGB 48 93 173 -
CMYK 0.72 0.46 0 0.32
HSL 218.4º 0.57% 0.43% -
HSV(B) 218.4º 0.72% 0.68% -
XYZ 12.68 11.47 41.08 -
YUV 88.67 175.59 99 -
System Red Green Blue C M Y K H S L
Decimal 48 93 173 0.72 0.46 0 0.32 218.4 0.57 0.43
Hex 30 5D AD 48 2E 0 20 DA 39 2B
Octal 60 135 255 110 56 0 40 332 71 53
Binary 110000 1011101 10101101 1001000 101110 0 100000 11011010 111001 101011

Color Harmonies of #305DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305DAD

Black with #305DAD

Text Example


Text Example

White with #305DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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