Html Css Color HEX #2340DC Persian Blue

📋 copy color: '#2340DC'

red 35 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #2340DC

Tints of Persian Blue #2340DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.06%

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

R = 10.97%
G = 20.06%
B = 68.97%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2340DC (or 0x2340DC) is known color: Persian Blue. HEX triplet: 23, 40 and DC. RGB value is (35,64,220). Sum of RGB (Red+Green+Blue) = 35+64+220=319 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.97% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #2340DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2340DC is #DCBF23. Grayscale: #484848. Windows color (decimal): -14466852 or 14434339. OLE color: 14434339.

HSL color Cylindrical-coordinate representation of color #2340DC: hue angle of 230.59º 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 #2340DC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 35 64 220 -
CMYK 0.84 0.71 0 0.14
HSL 230.59º 0.73% 0.5% -
HSV(B) 230.59º 0.84% 0.86% -
XYZ 15.44 9.19 68.67 -
YUV 73.11 210.89 100.82 -
System Red Green Blue C M Y K H S L
Decimal 35 64 220 0.84 0.71 0 0.14 230.59 0.73 0.5
Hex 23 40 DC 54 47 0 E E7 49 32
Octal 43 100 334 124 107 0 16 347 111 62
Binary 100011 1000000 11011100 1010100 1000111 0 1110 11100111 1001001 110010

Color Harmonies of #2340DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2340DC

Black with #2340DC

Text Example


Text Example

White with #2340DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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