Html Css Color HEX #232CAD Persian Blue

📋 copy color: '#232CAD'

red 35 ◦ green 44 ◦ blue 173

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

Shades of Persian Blue #232CAD

Tints of Persian Blue #232CAD

RGB

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

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

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

R = 13.89%
G = 17.46%
B = 68.65%

CMYK

 C value IS 0.80

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#232CAD (or 0x232CAD) is known color: Persian Blue. HEX triplet: 23, 2C and AD. RGB value is (35,44,173). Sum of RGB (Red+Green+Blue) = 35+44+173=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #232CAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CAD is #DCD352. Grayscale: #373737. Windows color (decimal): -14472019 or 11349027. OLE color: 11349027.

HSL color Cylindrical-coordinate representation of color #232CAD: hue angle of 236.09º 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 #232CAD is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 44 173 -
CMYK 0.80 0.75 0 0.32
HSL 236.09º 0.66% 0.41% -
HSV(B) 236.09º 0.8% 0.68% -
XYZ 9.14 5.18 40.05 -
YUV 56.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 35 44 173 0.80 0.75 0 0.32 236.09 0.66 0.41
Hex 23 2C AD 50 4B 0 20 EC 42 29
Octal 43 54 255 120 113 0 40 354 102 51
Binary 100011 101100 10101101 1010000 1001011 0 100000 11101100 1000010 101001

Color Harmonies of #232CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CAD

Black with #232CAD

Text Example


Text Example

White with #232CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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