Html Css Color HEX #2355AB Cerulean Blue

📋 copy color: '#2355AB'

red 35 ◦ green 85 ◦ blue 171

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

Shades of Cerulean Blue #2355AB

Tints of Cerulean Blue #2355AB

RGB

 RED value IS 35 (14.06% from 255) = 12.03%

 GREEN value IS 85 (33.59% from 255) = 29.21%

 BLUE value IS 171 (67.19% from 255) = 58.76%

R = 12.03%
G = 29.21%
B = 58.76%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2355AB (or 0x2355AB) is known color: Cerulean Blue. HEX triplet: 23, 55 and AB. RGB value is (35,85,171). Sum of RGB (Red+Green+Blue) = 35+85+171=291 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.03% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #2355AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2355AB is #DCAA54. Grayscale: #4F4F4F. Windows color (decimal): -14461525 or 11228451. OLE color: 11228451.

HSL color Cylindrical-coordinate representation of color #2355AB: hue angle of 217.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2355AB is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 85 171 -
CMYK 0.80 0.50 0 0.33
HSL 217.94º 0.66% 0.4% -
HSV(B) 217.94º 0.8% 0.67% -
XYZ 11.29 9.79 39.82 -
YUV 79.85 179.44 96.01 -
System Red Green Blue C M Y K H S L
Decimal 35 85 171 0.80 0.50 0 0.33 217.94 0.66 0.4
Hex 23 55 AB 50 32 0 21 DA 42 28
Octal 43 125 253 120 62 0 41 332 102 50
Binary 100011 1010101 10101011 1010000 110010 0 100001 11011010 1000010 101000

Color Harmonies of #2355AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2355AB

Black with #2355AB

Text Example


Text Example

White with #2355AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2355AB; }

 p { color: rgb(35,85,171); }

 H1.HeaderClassName
 {
   color: #2355AB;
 }
 .AnyTagClassName
 {
   color: #2355AB;
 }
</style>

background-color css

<style>
 a { background-color: #2355AB; }

 a { background-color: rgb(35,85,171); }

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

border-color css

<style>
 span { border-color: #2355AB; }

 span { border-color: rgb(35,85,171); }

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