Html Css Color HEX #355AAE Cerulean Blue

📋 copy color: '#355AAE'

red 53 ◦ green 90 ◦ blue 174

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

Shades of Cerulean Blue #355AAE

Tints of Cerulean Blue #355AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 16.72%
G = 28.39%
B = 54.89%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#355AAE (or 0x355AAE) is known color: Cerulean Blue. HEX triplet: 35, 5A and AE. RGB value is (53,90,174). Sum of RGB (Red+Green+Blue) = 53+90+174=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #355AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355AAE is #CAA551. Grayscale: #585858. Windows color (decimal): -13280594 or 11426357. OLE color: 11426357.

HSL color Cylindrical-coordinate representation of color #355AAE: hue angle of 221.65º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #355AAE is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 53 90 174 -
CMYK 0.70 0.48 0 0.32
HSL 221.65º 0.53% 0.45% -
HSV(B) 221.65º 0.7% 0.68% -
XYZ 12.76 11.13 41.52 -
YUV 88.51 176.24 102.67 -
System Red Green Blue C M Y K H S L
Decimal 53 90 174 0.70 0.48 0 0.32 221.65 0.53 0.45
Hex 35 5A AE 46 30 0 20 DE 35 2D
Octal 65 132 256 106 60 0 40 336 65 55
Binary 110101 1011010 10101110 1000110 110000 0 100000 11011110 110101 101101

Color Harmonies of #355AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355AAE

Black with #355AAE

Text Example


Text Example

White with #355AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355AAE; }

 p { color: rgb(53,90,174); }

 H1.HeaderClassName
 {
   color: #355AAE;
 }
 .AnyTagClassName
 {
   color: #355AAE;
 }
</style>

background-color css

<style>
 a { background-color: #355AAE; }

 a { background-color: rgb(53,90,174); }

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

border-color css

<style>
 span { border-color: #355AAE; }

 span { border-color: rgb(53,90,174); }

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