Html Css Color HEX #2353AB Cerulean Blue

📋 copy color: '#2353AB'

red 35 ◦ green 83 ◦ blue 171

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

Shades of Cerulean Blue #2353AB

Tints of Cerulean Blue #2353AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 12.11%
G = 28.72%
B = 59.17%

CMYK

 C value IS 0.80

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2353AB (or 0x2353AB) is known color: Cerulean Blue. HEX triplet: 23, 53 and AB. RGB value is (35,83,171). Sum of RGB (Red+Green+Blue) = 35+83+171=289 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.11% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2353AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2353AB is #DCAC54. Grayscale: #4E4E4E. Windows color (decimal): -14462037 or 11227939. OLE color: 11227939.

HSL color Cylindrical-coordinate representation of color #2353AB: hue angle of 218.82º 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 #2353AB is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 83 171 -
CMYK 0.80 0.51 0 0.33
HSL 218.82º 0.66% 0.4% -
HSV(B) 218.82º 0.8% 0.67% -
XYZ 11.14 9.48 39.77 -
YUV 78.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 35 83 171 0.80 0.51 0 0.33 218.82 0.66 0.4
Hex 23 53 AB 50 33 0 21 DB 42 28
Octal 43 123 253 120 63 0 41 333 102 50
Binary 100011 1010011 10101011 1010000 110011 0 100001 11011011 1000010 101000

Color Harmonies of #2353AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2353AB

Black with #2353AB

Text Example


Text Example

White with #2353AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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