Html Css Color HEX #232DAC Persian Blue

📋 copy color: '#232DAC'

red 35 ◦ green 45 ◦ blue 172

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

Shades of Persian Blue #232DAC

Tints of Persian Blue #232DAC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.86%

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 13.89%
G = 17.86%
B = 68.25%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232DAC (or 0x232DAC) is known color: Persian Blue. HEX triplet: 23, 2D and AC. RGB value is (35,45,172). Sum of RGB (Red+Green+Blue) = 35+45+172=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #232DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DAC is #DCD253. Grayscale: #373737. Windows color (decimal): -14471764 or 11283747. OLE color: 11283747.

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

Color convert

RGB 35 45 172 -
CMYK 0.80 0.74 0 0.33
HSL 235.62º 0.66% 0.41% -
HSV(B) 235.62º 0.8% 0.67% -
XYZ 9.08 5.21 39.56 -
YUV 56.49 193.19 112.67 -
System Red Green Blue C M Y K H S L
Decimal 35 45 172 0.80 0.74 0 0.33 235.62 0.66 0.41
Hex 23 2D AC 50 4A 0 21 EC 42 29
Octal 43 55 254 120 112 0 41 354 102 51
Binary 100011 101101 10101100 1010000 1001010 0 100001 11101100 1000010 101001

Color Harmonies of #232DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DAC

Black with #232DAC

Text Example


Text Example

White with #232DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,45,172); }

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

background-color css

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

 a { background-color: rgb(35,45,172); }

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

border-color css

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

 span { border-color: rgb(35,45,172); }

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