Html Css Color HEX #355ABF Cerulean Blue

📋 copy color: '#355ABF'

red 53 ◦ green 90 ◦ blue 191

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

Shades of Cerulean Blue #355ABF

Tints of Cerulean Blue #355ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 15.87%
G = 26.95%
B = 57.19%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#355ABF (or 0x355ABF) is known color: Cerulean Blue. HEX triplet: 35, 5A and BF. RGB value is (53,90,191). Sum of RGB (Red+Green+Blue) = 53+90+191=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #355ABF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #355ABF is #CAA540. Grayscale: #5A5A5A. Windows color (decimal): -13280577 or 12540469. OLE color: 12540469.

HSL color Cylindrical-coordinate representation of color #355ABF: hue angle of 223.91º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #355ABF is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 53 90 191 -
CMYK 0.72 0.53 0 0.25
HSL 223.91º 0.57% 0.48% -
HSV(B) 223.91º 0.72% 0.75% -
XYZ 14.53 11.83 50.81 -
YUV 90.45 184.74 101.29 -
System Red Green Blue C M Y K H S L
Decimal 53 90 191 0.72 0.53 0 0.25 223.91 0.57 0.48
Hex 35 5A BF 48 35 0 19 E0 39 30
Octal 65 132 277 110 65 0 31 340 71 60
Binary 110101 1011010 10111111 1001000 110101 0 11001 11100000 111001 110000

Color Harmonies of #355ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355ABF

Black with #355ABF

Text Example


Text Example

White with #355ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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