Html Css Color HEX #2341DC Persian Blue

📋 copy color: '#2341DC'

red 35 ◦ green 65 ◦ blue 220

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

Shades of Persian Blue #2341DC

Tints of Persian Blue #2341DC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 220 (86.33% from 255) = 68.75%

R = 10.94%
G = 20.31%
B = 68.75%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2341DC (or 0x2341DC) is known color: Persian Blue. HEX triplet: 23, 41 and DC. RGB value is (35,65,220). Sum of RGB (Red+Green+Blue) = 35+65+220=320 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.94% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #2341DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341DC is #DCBE23. Grayscale: #494949. Windows color (decimal): -14466596 or 14434595. OLE color: 14434595.

HSL color Cylindrical-coordinate representation of color #2341DC: hue angle of 230.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2341DC is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 65 220 -
CMYK 0.84 0.70 0 0.14
HSL 230.27º 0.73% 0.5% -
HSV(B) 230.27º 0.84% 0.86% -
XYZ 15.5 9.31 68.69 -
YUV 73.7 210.56 100.4 -
System Red Green Blue C M Y K H S L
Decimal 35 65 220 0.84 0.70 0 0.14 230.27 0.73 0.5
Hex 23 41 DC 54 46 0 E E6 49 32
Octal 43 101 334 124 106 0 16 346 111 62
Binary 100011 1000001 11011100 1010100 1000110 0 1110 11100110 1001001 110010

Color Harmonies of #2341DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341DC

Black with #2341DC

Text Example


Text Example

White with #2341DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2341DC; }

 p { color: rgb(35,65,220); }

 H1.HeaderClassName
 {
   color: #2341DC;
 }
 .AnyTagClassName
 {
   color: #2341DC;
 }
</style>

background-color css

<style>
 a { background-color: #2341DC; }

 a { background-color: rgb(35,65,220); }

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

border-color css

<style>
 span { border-color: #2341DC; }

 span { border-color: rgb(35,65,220); }

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