Html Css Color HEX #2341D5 Persian Blue

📋 copy color: '#2341D5'

red 35 ◦ green 65 ◦ blue 213

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

Shades of Persian Blue #2341D5

Tints of Persian Blue #2341D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 68.05%

R = 11.18%
G = 20.77%
B = 68.05%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#2341D5 (or 0x2341D5) is known color: Persian Blue. HEX triplet: 23, 41 and D5. RGB value is (35,65,213). Sum of RGB (Red+Green+Blue) = 35+65+213=313 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.18% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 213 (83.59% from 255 or 68.05% from 313); Max value from RGB is 213 - color contains mainly: blue. Hex color #2341D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341D5 is #DCBE2A. Grayscale: #484848. Windows color (decimal): -14466603 or 13975843. OLE color: 13975843.

HSL color Cylindrical-coordinate representation of color #2341D5: hue angle of 229.89º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2341D5 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 65 213 -
CMYK 0.84 0.69 0 0.16
HSL 229.89º 0.72% 0.49% -
HSV(B) 229.89º 0.84% 0.84% -
XYZ 14.59 8.94 63.91 -
YUV 72.9 207.06 100.97 -
System Red Green Blue C M Y K H S L
Decimal 35 65 213 0.84 0.69 0 0.16 229.89 0.72 0.49
Hex 23 41 D5 54 45 0 10 E6 48 31
Octal 43 101 325 124 105 0 20 346 110 61
Binary 100011 1000001 11010101 1010100 1000101 0 10000 11100110 1001000 110001

Color Harmonies of #2341D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341D5

Black with #2341D5

Text Example


Text Example

White with #2341D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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