Html Css Color HEX #232FAE Persian Blue

📋 copy color: '#232FAE'

red 35 ◦ green 47 ◦ blue 174

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

Shades of Persian Blue #232FAE

Tints of Persian Blue #232FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.36%

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

R = 13.67%
G = 18.36%
B = 67.97%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#232FAE (or 0x232FAE) is known color: Persian Blue. HEX triplet: 23, 2F and AE. RGB value is (35,47,174). Sum of RGB (Red+Green+Blue) = 35+47+174=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #232FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FAE is #DCD051. Grayscale: #393939. Windows color (decimal): -14471250 or 11415331. OLE color: 11415331.

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

Color convert

RGB 35 47 174 -
CMYK 0.80 0.73 0 0.32
HSL 234.82º 0.67% 0.41% -
HSV(B) 234.82º 0.8% 0.68% -
XYZ 9.35 5.45 40.6 -
YUV 57.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 35 47 174 0.80 0.73 0 0.32 234.82 0.67 0.41
Hex 23 2F AE 50 49 0 20 EB 43 29
Octal 43 57 256 120 111 0 40 353 103 51
Binary 100011 101111 10101110 1010000 1001001 0 100000 11101011 1000011 101001

Color Harmonies of #232FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FAE

Black with #232FAE

Text Example


Text Example

White with #232FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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