Html Css Color HEX #2341CE Persian Blue

📋 copy color: '#2341CE'

red 35 ◦ green 65 ◦ blue 206

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

Shades of Persian Blue #2341CE

Tints of Persian Blue #2341CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 11.44%
G = 21.24%
B = 67.32%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2341CE (or 0x2341CE) is known color: Persian Blue. HEX triplet: 23, 41 and CE. RGB value is (35,65,206). Sum of RGB (Red+Green+Blue) = 35+65+206=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #2341CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341CE is #DCBE31. Grayscale: #474747. Windows color (decimal): -14466610 or 13517091. OLE color: 13517091.

HSL color Cylindrical-coordinate representation of color #2341CE: hue angle of 229.47º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2341CE is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 35 65 206 -
CMYK 0.83 0.68 0 0.19
HSL 229.47º 0.71% 0.47% -
HSV(B) 229.47º 0.83% 0.81% -
XYZ 13.72 8.59 59.33 -
YUV 72.1 203.56 101.54 -
System Red Green Blue C M Y K H S L
Decimal 35 65 206 0.83 0.68 0 0.19 229.47 0.71 0.47
Hex 23 41 CE 53 44 0 13 E5 47 2F
Octal 43 101 316 123 104 0 23 345 107 57
Binary 100011 1000001 11001110 1010011 1000100 0 10011 11100101 1000111 101111

Color Harmonies of #2341CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341CE

Black with #2341CE

Text Example


Text Example

White with #2341CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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