Html Css Color HEX #232FAD Persian Blue

📋 copy color: '#232FAD'

red 35 ◦ green 47 ◦ blue 173

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

Shades of Persian Blue #232FAD

Tints of Persian Blue #232FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

 BLUE value IS 173 (67.97% from 255) = 67.84%

R = 13.73%
G = 18.43%
B = 67.84%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#232FAD (or 0x232FAD) is known color: Persian Blue. HEX triplet: 23, 2F and AD. RGB value is (35,47,173). Sum of RGB (Red+Green+Blue) = 35+47+173=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 173 (67.97% from 255 or 67.84% from 255); Max value from RGB is 173 - color contains mainly: blue. Hex color #232FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FAD is #DCD052. Grayscale: #393939. Windows color (decimal): -14471251 or 11349795. OLE color: 11349795.

HSL color Cylindrical-coordinate representation of color #232FAD: hue angle of 234.78º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232FAD is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 47 173 -
CMYK 0.80 0.73 0 0.32
HSL 234.78º 0.66% 0.41% -
HSV(B) 234.78º 0.8% 0.68% -
XYZ 9.25 5.41 40.09 -
YUV 57.78 193.02 111.75 -
System Red Green Blue C M Y K H S L
Decimal 35 47 173 0.80 0.73 0 0.32 234.78 0.66 0.41
Hex 23 2F AD 50 49 0 20 EB 42 29
Octal 43 57 255 120 111 0 40 353 102 51
Binary 100011 101111 10101101 1010000 1001001 0 100000 11101011 1000010 101001

Color Harmonies of #232FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FAD

Black with #232FAD

Text Example


Text Example

White with #232FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,47,173); }

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

background-color css

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

 a { background-color: rgb(35,47,173); }

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

border-color css

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

 span { border-color: rgb(35,47,173); }

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