Html Css Color HEX #2319C0 Persian Blue

📋 copy color: '#2319C0'

red 35 ◦ green 25 ◦ blue 192

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

Shades of Persian Blue #2319C0

Tints of Persian Blue #2319C0

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 13.89%
G = 9.92%
B = 76.19%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2319C0 (or 0x2319C0) is known color: Persian Blue. HEX triplet: 23, 19 and C0. RGB value is (35,25,192). Sum of RGB (Red+Green+Blue) = 35+25+192=252 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.89% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 192 (75.39% from 255 or 76.19% from 252); Max value from RGB is 192 - color contains mainly: blue. Hex color #2319C0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2319C0 is #DCE63F. Grayscale: #2E2E2E. Windows color (decimal): -14476864 or 12589347. OLE color: 12589347.

HSL color Cylindrical-coordinate representation of color #2319C0: hue angle of 243.59º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2319C0 is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 25 192 -
CMYK 0.82 0.87 0 0.25
HSL 243.59º 0.77% 0.43% -
HSV(B) 243.59º 0.87% 0.75% -
XYZ 10.56 4.86 50.25 -
YUV 47.03 209.81 119.42 -
System Red Green Blue C M Y K H S L
Decimal 35 25 192 0.82 0.87 0 0.25 243.59 0.77 0.43
Hex 23 19 C0 52 57 0 19 F4 4D 2B
Octal 43 31 300 122 127 0 31 364 115 53
Binary 100011 11001 11000000 1010010 1010111 0 11001 11110100 1001101 101011

Color Harmonies of #2319C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2319C0

Black with #2319C0

Text Example


Text Example

White with #2319C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2319C0; }

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

 H1.HeaderClassName
 {
   color: #2319C0;
 }
 .AnyTagClassName
 {
   color: #2319C0;
 }
</style>

background-color css

<style>
 a { background-color: #2319C0; }

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

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

border-color css

<style>
 span { border-color: #2319C0; }

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

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