#355AB7

Color #355AB7 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #355AB7

Tints of Cerulean Blue #355AB7

Color information

#355AB7 (or 0x355AB7) is unknown color: approx Cerulean Blue. HEX triplet: 35, 5A and B7. RGB value is (53,90,183). Sum of RGB (Red+Green+Blue) = 53+90+183=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 183 (71.88% from 255 or 56.13% from 326); Max value from RGB is 183 - color contains mainly: blue. Hex color #355AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355AB7 is #CAA548. Grayscale: #595959. Windows color (decimal): -13280585 or 12016181. OLE color: 12016181.

HSL color Cylindrical-coordinate representation of color #355AB7: hue angle of 222.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #355AB7 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5390183-
CMYK0.710.5100.28
HSL222.92º55.08%46.27%-
HSV(B)222.92º71.04%71.76%-
XYZ13.6711.4946.3-
YUV89.54180.74101.94-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.26%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 183 (71.88% from 255) = 56.13%
R=16.26%
G=27.61%
B=56.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal53901830.710.5100.28222.9255.0846.27
Hex355AB7473301Cdf372e
Octal65132267107630343376756
Binary110101101101010110111100011111001101110011011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #355AB7;
 }
 .AnyTagClassName
 {
   color: #355AB7;
 }
</style>
background-color css

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

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

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

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

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

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