Html Css Color HEX #2333AB Persian Blue

📋 copy color: '#2333AB'

red 35 ◦ green 51 ◦ blue 171

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

Shades of Persian Blue #2333AB

Tints of Persian Blue #2333AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

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

R = 13.62%
G = 19.84%
B = 66.54%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2333AB (or 0x2333AB) is known color: Persian Blue. HEX triplet: 23, 33 and AB. RGB value is (35,51,171). Sum of RGB (Red+Green+Blue) = 35+51+171=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #2333AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2333AB is #DCCC54. Grayscale: #3B3B3B. Windows color (decimal): -14470229 or 11219747. OLE color: 11219747.

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

Color convert

RGB 35 51 171 -
CMYK 0.80 0.70 0 0.33
HSL 232.94º 0.66% 0.4% -
HSV(B) 232.94º 0.8% 0.67% -
XYZ 9.23 5.67 39.14 -
YUV 59.9 190.7 110.24 -
System Red Green Blue C M Y K H S L
Decimal 35 51 171 0.80 0.70 0 0.33 232.94 0.66 0.4
Hex 23 33 AB 50 46 0 21 E9 42 28
Octal 43 63 253 120 106 0 41 351 102 50
Binary 100011 110011 10101011 1010000 1000110 0 100001 11101001 1000010 101000

Color Harmonies of #2333AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2333AB

Black with #2333AB

Text Example


Text Example

White with #2333AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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