Html Css Color HEX #2342D5 Persian Blue

📋 copy color: '#2342D5'

red 35 ◦ green 66 ◦ blue 213

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

Shades of Persian Blue #2342D5

Tints of Persian Blue #2342D5

RGB

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

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

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

R = 11.15%
G = 21.02%
B = 67.83%

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

#2342D5 (or 0x2342D5) is known color: Persian Blue. HEX triplet: 23, 42 and D5. RGB value is (35,66,213). Sum of RGB (Red+Green+Blue) = 35+66+213=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 213 (83.59% from 255 or 67.83% from 314); Max value from RGB is 213 - color contains mainly: blue. Hex color #2342D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2342D5 is #DCBD2A. Grayscale: #484848. Windows color (decimal): -14466347 or 13976099. OLE color: 13976099.

HSL color Cylindrical-coordinate representation of color #2342D5: hue angle of 229.55º 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 #2342D5 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 35 66 213 -
CMYK 0.84 0.69 0 0.16
HSL 229.55º 0.72% 0.49% -
HSV(B) 229.55º 0.84% 0.84% -
XYZ 14.65 9.06 63.93 -
YUV 73.49 206.73 100.55 -
System Red Green Blue C M Y K H S L
Decimal 35 66 213 0.84 0.69 0 0.16 229.55 0.72 0.49
Hex 23 42 D5 54 45 0 10 E6 48 31
Octal 43 102 325 124 105 0 20 346 110 61
Binary 100011 1000010 11010101 1010100 1000101 0 10000 11100110 1001000 110001

Color Harmonies of #2342D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2342D5

Black with #2342D5

Text Example


Text Example

White with #2342D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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