Html Css Color HEX #232DAA Persian Blue

📋 copy color: '#232DAA'

red 35 ◦ green 45 ◦ blue 170

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

Shades of Persian Blue #232DAA

Tints of Persian Blue #232DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 68%

R = 14%
G = 18%
B = 68%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232DAA (or 0x232DAA) is known color: Persian Blue. HEX triplet: 23, 2D and AA. RGB value is (35,45,170). Sum of RGB (Red+Green+Blue) = 35+45+170=250 (33% of max value = 765). Red value is 35 (14.06% from 255 or 14% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 170 (66.80% from 255 or 68% from 250); Max value from RGB is 170 - color contains mainly: blue. Hex color #232DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232DAA is #DCD255. Grayscale: #373737. Windows color (decimal): -14471766 or 11152675. OLE color: 11152675.

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

Color convert

RGB 35 45 170 -
CMYK 0.79 0.74 0 0.33
HSL 235.56º 0.66% 0.4% -
HSV(B) 235.56º 0.79% 0.67% -
XYZ 8.89 5.14 38.55 -
YUV 56.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 35 45 170 0.79 0.74 0 0.33 235.56 0.66 0.4
Hex 23 2D AA 4F 4A 0 21 EC 42 28
Octal 43 55 252 117 112 0 41 354 102 50
Binary 100011 101101 10101010 1001111 1001010 0 100001 11101100 1000010 101000

Color Harmonies of #232DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232DAA

Black with #232DAA

Text Example


Text Example

White with #232DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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