Html Css Color HEX #232ADD Persian Blue

📋 copy color: '#232ADD'

red 35 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #232ADD

Tints of Persian Blue #232ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 74.16%

R = 11.74%
G = 14.09%
B = 74.16%

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

#232ADD (or 0x232ADD) is known color: Persian Blue. HEX triplet: 23, 2A and DD. RGB value is (35,42,221). Sum of RGB (Red+Green+Blue) = 35+42+221=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #232ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #232ADD is #DCD522. Grayscale: #3B3B3B. Windows color (decimal): -14472483 or 14494243. OLE color: 14494243.

HSL color Cylindrical-coordinate representation of color #232ADD: hue angle of 237.74º degrees, saturation: 0.73, 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 #232ADD is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 35 42 221 -
CMYK 0.84 0.81 0 0.13
HSL 237.74º 0.73% 0.5% -
HSV(B) 237.74º 0.84% 0.87% -
XYZ 14.57 7.23 69.03 -
YUV 60.31 218.68 109.95 -
System Red Green Blue C M Y K H S L
Decimal 35 42 221 0.84 0.81 0 0.13 237.74 0.73 0.5
Hex 23 2A DD 54 51 0 D EE 49 32
Octal 43 52 335 124 121 0 15 356 111 62
Binary 100011 101010 11011101 1010100 1010001 0 1101 11101110 1001001 110010

Color Harmonies of #232ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232ADD

Black with #232ADD

Text Example


Text Example

White with #232ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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