Html Css Color HEX #2341BB Persian Blue

📋 copy color: '#2341BB'

red 35 ◦ green 65 ◦ blue 187

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

Shades of Persian Blue #2341BB

Tints of Persian Blue #2341BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 12.2%
G = 22.65%
B = 65.16%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2341BB (or 0x2341BB) is known color: Persian Blue. HEX triplet: 23, 41 and BB. RGB value is (35,65,187). Sum of RGB (Red+Green+Blue) = 35+65+187=287 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.20% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #2341BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2341BB is #DCBE44. Grayscale: #454545. Windows color (decimal): -14466629 or 12271907. OLE color: 12271907.

HSL color Cylindrical-coordinate representation of color #2341BB: hue angle of 228.16º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2341BB is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 35 65 187 -
CMYK 0.81 0.65 0 0.27
HSL 228.16º 0.68% 0.44% -
HSV(B) 228.16º 0.81% 0.73% -
XYZ 11.55 7.73 47.9 -
YUV 69.94 194.06 103.08 -
System Red Green Blue C M Y K H S L
Decimal 35 65 187 0.81 0.65 0 0.27 228.16 0.68 0.44
Hex 23 41 BB 51 41 0 1B E4 44 2C
Octal 43 101 273 121 101 0 33 344 104 54
Binary 100011 1000001 10111011 1010001 1000001 0 11011 11100100 1000100 101100

Color Harmonies of #2341BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2341BB

Black with #2341BB

Text Example


Text Example

White with #2341BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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