Html Css Color HEX #355ABC Cerulean Blue

📋 copy color: '#355ABC'

red 53 ◦ green 90 ◦ blue 188

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

Shades of Cerulean Blue #355ABC

Tints of Cerulean Blue #355ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 16.01%
G = 27.19%
B = 56.8%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#355ABC (or 0x355ABC) is known color: Cerulean Blue. HEX triplet: 35, 5A and BC. RGB value is (53,90,188). Sum of RGB (Red+Green+Blue) = 53+90+188=331 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.01% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #355ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ABC is #CAA543. Grayscale: #595959. Windows color (decimal): -13280580 or 12343861. OLE color: 12343861.

HSL color Cylindrical-coordinate representation of color #355ABC: hue angle of 223.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355ABC is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 53 90 188 -
CMYK 0.72 0.52 0 0.26
HSL 223.56º 0.56% 0.47% -
HSV(B) 223.56º 0.72% 0.74% -
XYZ 14.2 11.7 49.09 -
YUV 90.11 183.24 101.53 -
System Red Green Blue C M Y K H S L
Decimal 53 90 188 0.72 0.52 0 0.26 223.56 0.56 0.47
Hex 35 5A BC 48 34 0 1A E0 38 2F
Octal 65 132 274 110 64 0 32 340 70 57
Binary 110101 1011010 10111100 1001000 110100 0 11010 11100000 111000 101111

Color Harmonies of #355ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ABC

Black with #355ABC

Text Example


Text Example

White with #355ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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