Html Css Color HEX #231ECE Persian Blue

📋 copy color: '#231ECE'

red 35 ◦ green 30 ◦ blue 206

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

Shades of Persian Blue #231ECE

Tints of Persian Blue #231ECE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

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

R = 12.92%
G = 11.07%
B = 76.01%

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

#231ECE (or 0x231ECE) is known color: Persian Blue. HEX triplet: 23, 1E and CE. RGB value is (35,30,206). Sum of RGB (Red+Green+Blue) = 35+30+206=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #231ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231ECE is #DCE131. Grayscale: #323232. Windows color (decimal): -14475570 or 13508131. OLE color: 13508131.

HSL color Cylindrical-coordinate representation of color #231ECE: hue angle of 241.7º degrees, saturation: 0.75, 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 #231ECE is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 30 206 -
CMYK 0.83 0.85 0 0.19
HSL 241.7º 0.75% 0.46% -
HSV(B) 241.7º 0.85% 0.81% -
XYZ 12.3 5.74 58.85 -
YUV 51.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 35 30 206 0.83 0.85 0 0.19 241.7 0.75 0.46
Hex 23 1E CE 53 55 0 13 F2 4B 2E
Octal 43 36 316 123 125 0 23 362 113 56
Binary 100011 11110 11001110 1010011 1010101 0 10011 11110010 1001011 101110

Color Harmonies of #231ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231ECE

Black with #231ECE

Text Example


Text Example

White with #231ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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