Html Css Color HEX #3053AD Cerulean Blue

📋 copy color: '#3053AD'

red 48 ◦ green 83 ◦ blue 173

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

Shades of Cerulean Blue #3053AD

Tints of Cerulean Blue #3053AD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.3%

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

R = 15.79%
G = 27.3%
B = 56.91%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3053AD (or 0x3053AD) is known color: Cerulean Blue. HEX triplet: 30, 53 and AD. RGB value is (48,83,173). Sum of RGB (Red+Green+Blue) = 48+83+173=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #3053AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3053AD is #CFAC52. Grayscale: #525252. Windows color (decimal): -13610067 or 11359024. OLE color: 11359024.

HSL color Cylindrical-coordinate representation of color #3053AD: hue angle of 223.2º 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 #3053AD is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 83 173 -
CMYK 0.72 0.52 0 0.32
HSL 223.2º 0.57% 0.43% -
HSV(B) 223.2º 0.72% 0.68% -
XYZ 11.86 9.83 40.81 -
YUV 82.8 178.9 103.18 -
System Red Green Blue C M Y K H S L
Decimal 48 83 173 0.72 0.52 0 0.32 223.2 0.57 0.43
Hex 30 53 AD 48 34 0 20 DF 39 2B
Octal 60 123 255 110 64 0 40 337 71 53
Binary 110000 1010011 10101101 1001000 110100 0 100000 11011111 111001 101011

Color Harmonies of #3053AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053AD

Black with #3053AD

Text Example


Text Example

White with #3053AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3053AD; }

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

 H1.HeaderClassName
 {
   color: #3053AD;
 }
 .AnyTagClassName
 {
   color: #3053AD;
 }
</style>

background-color css

<style>
 a { background-color: #3053AD; }

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

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

border-color css

<style>
 span { border-color: #3053AD; }

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

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