Html Css Color HEX #231FCE Persian Blue

📋 copy color: '#231FCE'

red 35 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #231FCE

Tints of Persian Blue #231FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 206 (80.86% from 255) = 75.74%

R = 12.87%
G = 11.4%
B = 75.74%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#231FCE (or 0x231FCE) is known color: Persian Blue. HEX triplet: 23, 1F and CE. RGB value is (35,31,206). Sum of RGB (Red+Green+Blue) = 35+31+206=272 (36% of max value = 765). Red value is 35 (14.06% from 255 or 12.87% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 206 (80.86% from 255 or 75.74% from 272); Max value from RGB is 206 - color contains mainly: blue. Hex color #231FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231FCE is #DCE031. Grayscale: #333333. Windows color (decimal): -14475314 or 13508387. OLE color: 13508387.

HSL color Cylindrical-coordinate representation of color #231FCE: hue angle of 241.37º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231FCE is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 31 206 -
CMYK 0.83 0.85 0 0.19
HSL 241.37º 0.74% 0.46% -
HSV(B) 241.37º 0.85% 0.81% -
XYZ 12.32 5.79 58.86 -
YUV 52.15 214.83 115.77 -
System Red Green Blue C M Y K H S L
Decimal 35 31 206 0.83 0.85 0 0.19 241.37 0.74 0.46
Hex 23 1F CE 53 55 0 13 F1 4A 2E
Octal 43 37 316 123 125 0 23 361 112 56
Binary 100011 11111 11001110 1010011 1010101 0 10011 11110001 1001010 101110

Color Harmonies of #231FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231FCE

Black with #231FCE

Text Example


Text Example

White with #231FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,31,206); }

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

background-color css

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

 a { background-color: rgb(35,31,206); }

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

border-color css

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

 span { border-color: rgb(35,31,206); }

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