Html Css Color HEX #232ADE Persian Blue

📋 copy color: '#232ADE'

red 35 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #232ADE

Tints of Persian Blue #232ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74.25%

R = 11.71%
G = 14.05%
B = 74.25%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#232ADE (or 0x232ADE) is known color: Persian Blue. HEX triplet: 23, 2A and DE. RGB value is (35,42,222). Sum of RGB (Red+Green+Blue) = 35+42+222=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #232ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADE is #DCD521. Grayscale: #3B3B3B. Windows color (decimal): -14472482 or 14559779. OLE color: 14559779.

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

Color convert

RGB 35 42 222 -
CMYK 0.84 0.81 0 0.13
HSL 237.75º 0.74% 0.5% -
HSV(B) 237.75º 0.84% 0.87% -
XYZ 14.71 7.29 69.74 -
YUV 60.43 219.18 109.86 -
System Red Green Blue C M Y K H S L
Decimal 35 42 222 0.84 0.81 0 0.13 237.75 0.74 0.5
Hex 23 2A DE 54 51 0 D EE 4A 32
Octal 43 52 336 124 121 0 15 356 112 62
Binary 100011 101010 11011110 1010100 1010001 0 1101 11101110 1001010 110010

Color Harmonies of #232ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ADE

Black with #232ADE

Text Example


Text Example

White with #232ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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