Html Css Color HEX #2342C0 Persian Blue

📋 copy color: '#2342C0'

red 35 ◦ green 66 ◦ blue 192

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

Shades of Persian Blue #2342C0

Tints of Persian Blue #2342C0

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.53%

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

R = 11.95%
G = 22.53%
B = 65.53%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2342C0 (or 0x2342C0) is known color: Persian Blue. HEX triplet: 23, 42 and C0. RGB value is (35,66,192). Sum of RGB (Red+Green+Blue) = 35+66+192=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #2342C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342C0 is #DCBD3F. Grayscale: #464646. Windows color (decimal): -14466368 or 12599843. OLE color: 12599843.

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

Color convert

RGB 35 66 192 -
CMYK 0.82 0.66 0 0.25
HSL 228.15º 0.69% 0.45% -
HSV(B) 228.15º 0.82% 0.75% -
XYZ 12.16 8.06 50.78 -
YUV 71.1 196.23 102.25 -
System Red Green Blue C M Y K H S L
Decimal 35 66 192 0.82 0.66 0 0.25 228.15 0.69 0.45
Hex 23 42 C0 52 42 0 19 E4 45 2D
Octal 43 102 300 122 102 0 31 344 105 55
Binary 100011 1000010 11000000 1010010 1000010 0 11001 11100100 1000101 101101

Color Harmonies of #2342C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2342C0

Black with #2342C0

Text Example


Text Example

White with #2342C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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