Html Css Color HEX #2344BD Persian Blue

📋 copy color: '#2344BD'

red 35 ◦ green 68 ◦ blue 189

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

Shades of Persian Blue #2344BD

Tints of Persian Blue #2344BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 11.99%
G = 23.29%
B = 64.73%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#2344BD (or 0x2344BD) is known color: Persian Blue. HEX triplet: 23, 44 and BD. RGB value is (35,68,189). Sum of RGB (Red+Green+Blue) = 35+68+189=292 (38% of max value = 765). Red value is 35 (14.06% from 255 or 11.99% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #2344BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2344BD is #DCBB42. Grayscale: #474747. Windows color (decimal): -14465859 or 12403747. OLE color: 12403747.

HSL color Cylindrical-coordinate representation of color #2344BD: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2344BD is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 35 68 189 -
CMYK 0.81 0.64 0 0.26
HSL 227.14º 0.69% 0.44% -
HSV(B) 227.14º 0.81% 0.74% -
XYZ 11.95 8.17 49.09 -
YUV 71.93 194.07 101.66 -
System Red Green Blue C M Y K H S L
Decimal 35 68 189 0.81 0.64 0 0.26 227.14 0.69 0.44
Hex 23 44 BD 51 40 0 1A E3 45 2C
Octal 43 104 275 121 100 0 32 343 105 54
Binary 100011 1000100 10111101 1010001 1000000 0 11010 11100011 1000101 101100

Color Harmonies of #2344BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2344BD

Black with #2344BD

Text Example


Text Example

White with #2344BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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