Html Css Color HEX #2344BE Persian Blue

📋 copy color: '#2344BE'

red 35 ◦ green 68 ◦ blue 190

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

Shades of Persian Blue #2344BE

Tints of Persian Blue #2344BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.21%

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

R = 11.95%
G = 23.21%
B = 64.85%

CMYK

 C value IS 0.82

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2344BE (or 0x2344BE) is known color: Persian Blue. HEX triplet: 23, 44 and BE. RGB value is (35,68,190). Sum of RGB (Red+Green+Blue) = 35+68+190=293 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.95% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #2344BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344BE is #DCBB41. Grayscale: #474747. Windows color (decimal): -14465858 or 12469283. OLE color: 12469283.

HSL color Cylindrical-coordinate representation of color #2344BE: hue angle of 227.23º 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 #2344BE is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 35 68 190 -
CMYK 0.82 0.64 0 0.25
HSL 227.23º 0.69% 0.44% -
HSV(B) 227.23º 0.82% 0.75% -
XYZ 12.05 8.21 49.66 -
YUV 72.04 194.57 101.58 -
System Red Green Blue C M Y K H S L
Decimal 35 68 190 0.82 0.64 0 0.25 227.23 0.69 0.44
Hex 23 44 BE 52 40 0 19 E3 45 2C
Octal 43 104 276 122 100 0 31 343 105 54
Binary 100011 1000100 10111110 1010010 1000000 0 11001 11100011 1000101 101100

Color Harmonies of #2344BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2344BE

Black with #2344BE

Text Example


Text Example

White with #2344BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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