Html Css Color HEX #231BAF Persian Blue

📋 copy color: '#231BAF'

red 35 ◦ green 27 ◦ blue 175

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

Shades of Persian Blue #231BAF

Tints of Persian Blue #231BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.39%

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

R = 14.77%
G = 11.39%
B = 73.84%

CMYK

 C value IS 0.8

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#231BAF (or 0x231BAF) is known color: Persian Blue. HEX triplet: 23, 1B and AF. RGB value is (35,27,175). Sum of RGB (Red+Green+Blue) = 35+27+175=237 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.77% from 237); Green value is 27 (10.94% from 255 or 11.39% from 237); Blue value is 175 (68.75% from 255 or 73.84% from 237); Max value from RGB is 175 - color contains mainly: blue. Hex color #231BAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231BAF is #DCE450. Grayscale: #2D2D2D. Windows color (decimal): -14476369 or 11475747. OLE color: 11475747.

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

Color convert

RGB 35 27 175 -
CMYK 0.8 0.85 0 0.31
HSL 243.24º 0.73% 0.4% -
HSV(B) 243.24º 0.85% 0.69% -
XYZ 8.82 4.24 40.91 -
YUV 46.26 200.65 119.97 -
System Red Green Blue C M Y K H S L
Decimal 35 27 175 0.8 0.85 0 0.31 243.24 0.73 0.4
Hex 23 1B AF 50 55 0 1F F3 49 28
Octal 43 33 257 120 125 0 37 363 111 50
Binary 100011 11011 10101111 1010000 1010101 0 11111 11110011 1001001 101000

Color Harmonies of #231BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231BAF

Black with #231BAF

Text Example


Text Example

White with #231BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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