Html Css Color HEX #3053AC Cerulean Blue

📋 copy color: '#3053AC'

red 48 ◦ green 83 ◦ blue 172

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

Shades of Cerulean Blue #3053AC

Tints of Cerulean Blue #3053AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 15.84%
G = 27.39%
B = 56.77%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3053AC (or 0x3053AC) is known color: Cerulean Blue. HEX triplet: 30, 53 and AC. RGB value is (48,83,172). Sum of RGB (Red+Green+Blue) = 48+83+172=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #3053AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3053AC is #CFAC53. Grayscale: #525252. Windows color (decimal): -13610068 or 11293488. OLE color: 11293488.

HSL color Cylindrical-coordinate representation of color #3053AC: hue angle of 223.06º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3053AC is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 83 172 -
CMYK 0.72 0.52 0 0.33
HSL 223.06º 0.56% 0.43% -
HSV(B) 223.06º 0.72% 0.67% -
XYZ 11.76 9.79 40.3 -
YUV 82.68 178.4 103.26 -
System Red Green Blue C M Y K H S L
Decimal 48 83 172 0.72 0.52 0 0.33 223.06 0.56 0.43
Hex 30 53 AC 48 34 0 21 DF 38 2B
Octal 60 123 254 110 64 0 41 337 70 53
Binary 110000 1010011 10101100 1001000 110100 0 100001 11011111 111000 101011

Color Harmonies of #3053AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053AC

Black with #3053AC

Text Example


Text Example

White with #3053AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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