Html Css Color HEX #2341BE Persian Blue

📋 copy color: '#2341BE'

red 35 ◦ green 65 ◦ blue 190

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

Shades of Persian Blue #2341BE

Tints of Persian Blue #2341BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.52%

R = 12.07%
G = 22.41%
B = 65.52%

CMYK

 C value IS 0.82

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2341BE (or 0x2341BE) is known color: Persian Blue. HEX triplet: 23, 41 and BE. RGB value is (35,65,190). Sum of RGB (Red+Green+Blue) = 35+65+190=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 190 (74.61% from 255 or 65.52% from 290); Max value from RGB is 190 - color contains mainly: blue. Hex color #2341BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341BE is #DCBE41. Grayscale: #454545. Windows color (decimal): -14466626 or 12468515. OLE color: 12468515.

HSL color Cylindrical-coordinate representation of color #2341BE: hue angle of 228.39º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2341BE is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 65 190 -
CMYK 0.82 0.66 0 0.25
HSL 228.39º 0.69% 0.44% -
HSV(B) 228.39º 0.82% 0.75% -
XYZ 11.88 7.86 49.61 -
YUV 70.28 195.56 102.84 -
System Red Green Blue C M Y K H S L
Decimal 35 65 190 0.82 0.66 0 0.25 228.39 0.69 0.44
Hex 23 41 BE 52 42 0 19 E4 45 2C
Octal 43 101 276 122 102 0 31 344 105 54
Binary 100011 1000001 10111110 1010010 1000010 0 11001 11100100 1000101 101100

Color Harmonies of #2341BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341BE

Black with #2341BE

Text Example


Text Example

White with #2341BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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