Html Css Color HEX #232CAE Persian Blue

📋 copy color: '#232CAE'

red 35 ◦ green 44 ◦ blue 174

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

Shades of Persian Blue #232CAE

Tints of Persian Blue #232CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.77%

R = 13.83%
G = 17.39%
B = 68.77%

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

#232CAE (or 0x232CAE) is known color: Persian Blue. HEX triplet: 23, 2C and AE. RGB value is (35,44,174). Sum of RGB (Red+Green+Blue) = 35+44+174=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 174 (68.36% from 255 or 68.77% from 253); Max value from RGB is 174 - color contains mainly: blue. Hex color #232CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232CAE is #DCD351. Grayscale: #373737. Windows color (decimal): -14472018 or 11414563. OLE color: 11414563.

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

Color convert

RGB 35 44 174 -
CMYK 0.80 0.75 0 0.32
HSL 236.12º 0.67% 0.41% -
HSV(B) 236.12º 0.8% 0.68% -
XYZ 9.23 5.21 40.56 -
YUV 56.13 194.52 112.93 -
System Red Green Blue C M Y K H S L
Decimal 35 44 174 0.80 0.75 0 0.32 236.12 0.67 0.41
Hex 23 2C AE 50 4B 0 20 EC 43 29
Octal 43 54 256 120 113 0 40 354 103 51
Binary 100011 101100 10101110 1010000 1001011 0 100000 11101100 1000011 101001

Color Harmonies of #232CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232CAE

Black with #232CAE

Text Example


Text Example

White with #232CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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