Html Css Color HEX #232ADB Persian Blue

📋 copy color: '#232ADB'

red 35 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #232ADB

Tints of Persian Blue #232ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 219 (85.94% from 255) = 73.99%

R = 11.82%
G = 14.19%
B = 73.99%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#232ADB (or 0x232ADB) is known color: Persian Blue. HEX triplet: 23, 2A and DB. RGB value is (35,42,219). Sum of RGB (Red+Green+Blue) = 35+42+219=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #232ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADB is #DCD524. Grayscale: #3B3B3B. Windows color (decimal): -14472485 or 14363171. OLE color: 14363171.

HSL color Cylindrical-coordinate representation of color #232ADB: hue angle of 237.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #232ADB is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 42 219 -
CMYK 0.84 0.81 0 0.14
HSL 237.72º 0.72% 0.5% -
HSV(B) 237.72º 0.84% 0.86% -
XYZ 14.31 7.13 67.64 -
YUV 60.09 217.68 110.11 -
System Red Green Blue C M Y K H S L
Decimal 35 42 219 0.84 0.81 0 0.14 237.72 0.72 0.5
Hex 23 2A DB 54 51 0 E EE 48 32
Octal 43 52 333 124 121 0 16 356 110 62
Binary 100011 101010 11011011 1010100 1010001 0 1110 11101110 1001000 110010

Color Harmonies of #232ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ADB

Black with #232ADB

Text Example


Text Example

White with #232ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232ADB; }

 p { color: rgb(35,42,219); }

 H1.HeaderClassName
 {
   color: #232ADB;
 }
 .AnyTagClassName
 {
   color: #232ADB;
 }
</style>

background-color css

<style>
 a { background-color: #232ADB; }

 a { background-color: rgb(35,42,219); }

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

border-color css

<style>
 span { border-color: #232ADB; }

 span { border-color: rgb(35,42,219); }

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