Html Css Color HEX #231CAF Persian Blue

📋 copy color: '#231CAF'

red 35 ◦ green 28 ◦ blue 175

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

Shades of Persian Blue #231CAF

Tints of Persian Blue #231CAF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.76%

 BLUE value IS 175 (68.75% from 255) = 73.53%

R = 14.71%
G = 11.76%
B = 73.53%

CMYK

 C value IS 0.8

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231CAF (or 0x231CAF) is known color: Persian Blue. HEX triplet: 23, 1C and AF. RGB value is (35,28,175). Sum of RGB (Red+Green+Blue) = 35+28+175=238 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.71% from 238); Green value is 28 (11.33% from 255 or 11.76% from 238); Blue value is 175 (68.75% from 255 or 73.53% from 238); Max value from RGB is 175 - color contains mainly: blue. Hex color #231CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231CAF is #DCE350. Grayscale: #2E2E2E. Windows color (decimal): -14476113 or 11476003. OLE color: 11476003.

HSL color Cylindrical-coordinate representation of color #231CAF: hue angle of 242.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231CAF is Cyan = 0.8, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 35 28 175 -
CMYK 0.8 0.84 0 0.31
HSL 242.86º 0.72% 0.4% -
HSV(B) 242.86º 0.84% 0.69% -
XYZ 8.85 4.28 40.92 -
YUV 46.85 200.32 119.55 -
System Red Green Blue C M Y K H S L
Decimal 35 28 175 0.8 0.84 0 0.31 242.86 0.72 0.4
Hex 23 1C AF 50 54 0 1F F3 48 28
Octal 43 34 257 120 124 0 37 363 110 50
Binary 100011 11100 10101111 1010000 1010100 0 11111 11110011 1001000 101000

Color Harmonies of #231CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231CAF

Black with #231CAF

Text Example


Text Example

White with #231CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231CAF; }

 p { color: rgb(35,28,175); }

 H1.HeaderClassName
 {
   color: #231CAF;
 }
 .AnyTagClassName
 {
   color: #231CAF;
 }
</style>

background-color css

<style>
 a { background-color: #231CAF; }

 a { background-color: rgb(35,28,175); }

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

border-color css

<style>
 span { border-color: #231CAF; }

 span { border-color: rgb(35,28,175); }

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