Html Css Color HEX #3555AF Cerulean Blue

📋 copy color: '#3555AF'

red 53 ◦ green 85 ◦ blue 175

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

Shades of Cerulean Blue #3555AF

Tints of Cerulean Blue #3555AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.91%

R = 16.93%
G = 27.16%
B = 55.91%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3555AF (or 0x3555AF) is known color: Cerulean Blue. HEX triplet: 35, 55 and AF. RGB value is (53,85,175). Sum of RGB (Red+Green+Blue) = 53+85+175=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #3555AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3555AF is #CAAA50. Grayscale: #555555. Windows color (decimal): -13281873 or 11490613. OLE color: 11490613.

HSL color Cylindrical-coordinate representation of color #3555AF: hue angle of 224.26º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3555AF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 53 85 175 -
CMYK 0.70 0.51 0 0.31
HSL 224.26º 0.54% 0.45% -
HSV(B) 224.26º 0.7% 0.69% -
XYZ 12.45 10.35 41.9 -
YUV 85.69 178.4 104.68 -
System Red Green Blue C M Y K H S L
Decimal 53 85 175 0.70 0.51 0 0.31 224.26 0.54 0.45
Hex 35 55 AF 46 33 0 1F E0 36 2D
Octal 65 125 257 106 63 0 37 340 66 55
Binary 110101 1010101 10101111 1000110 110011 0 11111 11100000 110110 101101

Color Harmonies of #3555AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3555AF

Black with #3555AF

Text Example


Text Example

White with #3555AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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