Html Css Color HEX #3555AC Cerulean Blue

📋 copy color: '#3555AC'

red 53 ◦ green 85 ◦ blue 172

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

Shades of Cerulean Blue #3555AC

Tints of Cerulean Blue #3555AC

RGB

 RED value IS 53 (21.09% from 255) = 17.1%

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 17.1%
G = 27.42%
B = 55.48%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3555AC (or 0x3555AC) is known color: Cerulean Blue. HEX triplet: 35, 55 and AC. RGB value is (53,85,172). Sum of RGB (Red+Green+Blue) = 53+85+172=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #3555AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3555AC is #CAAA53. Grayscale: #545454. Windows color (decimal): -13281876 or 11294005. OLE color: 11294005.

HSL color Cylindrical-coordinate representation of color #3555AC: hue angle of 223.87º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3555AC is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 53 85 172 -
CMYK 0.69 0.51 0 0.33
HSL 223.87º 0.53% 0.44% -
HSV(B) 223.87º 0.69% 0.67% -
XYZ 12.16 10.23 40.36 -
YUV 85.35 176.9 104.93 -
System Red Green Blue C M Y K H S L
Decimal 53 85 172 0.69 0.51 0 0.33 223.87 0.53 0.44
Hex 35 55 AC 45 33 0 21 E0 35 2C
Octal 65 125 254 105 63 0 41 340 65 54
Binary 110101 1010101 10101100 1000101 110011 0 100001 11100000 110101 101100

Color Harmonies of #3555AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3555AC

Black with #3555AC

Text Example


Text Example

White with #3555AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,85,172); }

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

background-color css

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

 a { background-color: rgb(53,85,172); }

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

border-color css

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

 span { border-color: rgb(53,85,172); }

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