Html Css Color HEX #232FAC Persian Blue

📋 copy color: '#232FAC'

red 35 ◦ green 47 ◦ blue 172

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

Shades of Persian Blue #232FAC

Tints of Persian Blue #232FAC

RGB

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

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

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

R = 13.78%
G = 18.5%
B = 67.72%

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

#232FAC (or 0x232FAC) is known color: Persian Blue. HEX triplet: 23, 2F and AC. RGB value is (35,47,172). Sum of RGB (Red+Green+Blue) = 35+47+172=254 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.78% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #232FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #232FAC is #DCD053. Grayscale: #393939. Windows color (decimal): -14471252 or 11284259. OLE color: 11284259.

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

Color convert

RGB 35 47 172 -
CMYK 0.80 0.73 0 0.33
HSL 234.74º 0.66% 0.41% -
HSV(B) 234.74º 0.8% 0.67% -
XYZ 9.16 5.37 39.58 -
YUV 57.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 35 47 172 0.80 0.73 0 0.33 234.74 0.66 0.41
Hex 23 2F AC 50 49 0 21 EB 42 29
Octal 43 57 254 120 111 0 41 353 102 51
Binary 100011 101111 10101100 1010000 1001001 0 100001 11101011 1000010 101001

Color Harmonies of #232FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232FAC

Black with #232FAC

Text Example


Text Example

White with #232FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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