Html Css Color HEX #231EC3 Persian Blue

📋 copy color: '#231EC3'

red 35 ◦ green 30 ◦ blue 195

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

Shades of Persian Blue #231EC3

Tints of Persian Blue #231EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 75%

R = 13.46%
G = 11.54%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#231EC3 (or 0x231EC3) is known color: Persian Blue. HEX triplet: 23, 1E and C3. RGB value is (35,30,195). Sum of RGB (Red+Green+Blue) = 35+30+195=260 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.46% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 195 (76.56% from 255 or 75% from 260); Max value from RGB is 195 - color contains mainly: blue. Hex color #231EC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC3 is #DCE13C. Grayscale: #313131. Windows color (decimal): -14475581 or 12787235. OLE color: 12787235.

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

Color convert

RGB 35 30 195 -
CMYK 0.82 0.85 0 0.24
HSL 241.82º 0.73% 0.44% -
HSV(B) 241.82º 0.85% 0.76% -
XYZ 11.01 5.23 52.06 -
YUV 50.31 209.66 117.08 -
System Red Green Blue C M Y K H S L
Decimal 35 30 195 0.82 0.85 0 0.24 241.82 0.73 0.44
Hex 23 1E C3 52 55 0 18 F2 49 2C
Octal 43 36 303 122 125 0 30 362 111 54
Binary 100011 11110 11000011 1010010 1010101 0 11000 11110010 1001001 101100

Color Harmonies of #231EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EC3

Black with #231EC3

Text Example


Text Example

White with #231EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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