Html Css Color HEX #2330AB Persian Blue

📋 copy color: '#2330AB'

red 35 ◦ green 48 ◦ blue 171

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

Shades of Persian Blue #2330AB

Tints of Persian Blue #2330AB

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.9%

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

R = 13.78%
G = 18.9%
B = 67.32%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2330AB (or 0x2330AB) is known color: Persian Blue. HEX triplet: 23, 30 and AB. RGB value is (35,48,171). Sum of RGB (Red+Green+Blue) = 35+48+171=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 48 (19.14% from 255 or 18.90% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #2330AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2330AB is #DCCF54. Grayscale: #393939. Windows color (decimal): -14470997 or 11218979. OLE color: 11218979.

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

Color convert

RGB 35 48 171 -
CMYK 0.80 0.72 0 0.33
HSL 234.26º 0.66% 0.4% -
HSV(B) 234.26º 0.8% 0.67% -
XYZ 9.1 5.41 39.09 -
YUV 58.14 191.69 111.5 -
System Red Green Blue C M Y K H S L
Decimal 35 48 171 0.80 0.72 0 0.33 234.26 0.66 0.4
Hex 23 30 AB 50 48 0 21 EA 42 28
Octal 43 60 253 120 110 0 41 352 102 50
Binary 100011 110000 10101011 1010000 1001000 0 100001 11101010 1000010 101000

Color Harmonies of #2330AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2330AB

Black with #2330AB

Text Example


Text Example

White with #2330AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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