Html Css Color HEX #232EAC Persian Blue

📋 copy color: '#232EAC'

red 35 ◦ green 46 ◦ blue 172

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

Shades of Persian Blue #232EAC

Tints of Persian Blue #232EAC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.18%

 BLUE value IS 172 (67.58% from 255) = 67.98%

R = 13.83%
G = 18.18%
B = 67.98%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#232EAC (or 0x232EAC) is known color: Persian Blue. HEX triplet: 23, 2E and AC. RGB value is (35,46,172). Sum of RGB (Red+Green+Blue) = 35+46+172=253 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.83% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #232EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232EAC is #DCD153. Grayscale: #383838. Windows color (decimal): -14471508 or 11284003. OLE color: 11284003.

HSL color Cylindrical-coordinate representation of color #232EAC: hue angle of 235.18º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #232EAC is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 46 172 -
CMYK 0.80 0.73 0 0.33
HSL 235.18º 0.66% 0.41% -
HSV(B) 235.18º 0.8% 0.67% -
XYZ 9.12 5.29 39.57 -
YUV 57.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 35 46 172 0.80 0.73 0 0.33 235.18 0.66 0.41
Hex 23 2E AC 50 49 0 21 EB 42 29
Octal 43 56 254 120 111 0 41 353 102 51
Binary 100011 101110 10101100 1010000 1001001 0 100001 11101011 1000010 101001

Color Harmonies of #232EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232EAC

Black with #232EAC

Text Example


Text Example

White with #232EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,46,172); }

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

background-color css

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

 a { background-color: rgb(35,46,172); }

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

border-color css

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

 span { border-color: rgb(35,46,172); }

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