Html Css Color HEX #355BB8 Cerulean Blue

📋 copy color: '#355BB8'

red 53 ◦ green 91 ◦ blue 184

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

Shades of Cerulean Blue #355BB8

Tints of Cerulean Blue #355BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 184 (72.27% from 255) = 56.1%

R = 16.16%
G = 27.74%
B = 56.1%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#355BB8 (or 0x355BB8) is known color: Cerulean Blue. HEX triplet: 35, 5B and B8. RGB value is (53,91,184). Sum of RGB (Red+Green+Blue) = 53+91+184=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 184 (72.27% from 255 or 56.10% from 328); Max value from RGB is 184 - color contains mainly: blue. Hex color #355BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355BB8 is #CAA447. Grayscale: #595959. Windows color (decimal): -13280328 or 12081973. OLE color: 12081973.

HSL color Cylindrical-coordinate representation of color #355BB8: hue angle of 222.6º 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 #355BB8 is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 53 91 184 -
CMYK 0.71 0.51 0 0.28
HSL 222.6º 0.55% 0.46% -
HSV(B) 222.6º 0.71% 0.72% -
XYZ 13.86 11.7 46.88 -
YUV 90.24 180.91 101.44 -
System Red Green Blue C M Y K H S L
Decimal 53 91 184 0.71 0.51 0 0.28 222.6 0.55 0.46
Hex 35 5B B8 47 33 0 1C DF 37 2E
Octal 65 133 270 107 63 0 34 337 67 56
Binary 110101 1011011 10111000 1000111 110011 0 11100 11011111 110111 101110

Color Harmonies of #355BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355BB8

Black with #355BB8

Text Example


Text Example

White with #355BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,91,184); }

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

background-color css

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

 a { background-color: rgb(53,91,184); }

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

border-color css

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

 span { border-color: rgb(53,91,184); }

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