Html Css Color HEX #231EC0 Persian Blue

📋 copy color: '#231EC0'

red 35 ◦ green 30 ◦ blue 192

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

Shades of Persian Blue #231EC0

Tints of Persian Blue #231EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 74.71%

R = 13.62%
G = 11.67%
B = 74.71%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#231EC0 (or 0x231EC0) is known color: Persian Blue. HEX triplet: 23, 1E and C0. RGB value is (35,30,192). Sum of RGB (Red+Green+Blue) = 35+30+192=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 192 (75.39% from 255 or 74.71% from 257); Max value from RGB is 192 - color contains mainly: blue. Hex color #231EC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC0 is #DCE13F. Grayscale: #313131. Windows color (decimal): -14475584 or 12590627. OLE color: 12590627.

HSL color Cylindrical-coordinate representation of color #231EC0: hue angle of 241.85º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231EC0 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 30 192 -
CMYK 0.82 0.84 0 0.25
HSL 241.85º 0.73% 0.44% -
HSV(B) 241.85º 0.84% 0.75% -
XYZ 10.67 5.09 50.29 -
YUV 49.96 208.16 117.33 -
System Red Green Blue C M Y K H S L
Decimal 35 30 192 0.82 0.84 0 0.25 241.85 0.73 0.44
Hex 23 1E C0 52 54 0 19 F2 49 2C
Octal 43 36 300 122 124 0 31 362 111 54
Binary 100011 11110 11000000 1010010 1010100 0 11001 11110010 1001001 101100

Color Harmonies of #231EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EC0

Black with #231EC0

Text Example


Text Example

White with #231EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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