Html Css Color HEX #232CAA Persian Blue

📋 copy color: '#232CAA'

red 35 ◦ green 44 ◦ blue 170

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

Shades of Persian Blue #232CAA

Tints of Persian Blue #232CAA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.67%

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

R = 14.06%
G = 17.67%
B = 68.27%

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

#232CAA (or 0x232CAA) is known color: Persian Blue. HEX triplet: 23, 2C and AA. RGB value is (35,44,170). Sum of RGB (Red+Green+Blue) = 35+44+170=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 44 (17.58% from 255 or 17.67% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #232CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CAA is #DCD355. Grayscale: #373737. Windows color (decimal): -14472022 or 11152419. OLE color: 11152419.

HSL color Cylindrical-coordinate representation of color #232CAA: hue angle of 236º 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 #232CAA is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 44 170 -
CMYK 0.79 0.74 0 0.33
HSL 236º 0.66% 0.4% -
HSV(B) 236º 0.79% 0.67% -
XYZ 8.85 5.06 38.54 -
YUV 55.67 192.52 113.25 -
System Red Green Blue C M Y K H S L
Decimal 35 44 170 0.79 0.74 0 0.33 236 0.66 0.4
Hex 23 2C AA 4F 4A 0 21 EC 42 28
Octal 43 54 252 117 112 0 41 354 102 50
Binary 100011 101100 10101010 1001111 1001010 0 100001 11101100 1000010 101000

Color Harmonies of #232CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CAA

Black with #232CAA

Text Example


Text Example

White with #232CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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