Html Css Color HEX #2644BA Persian Blue

📋 copy color: '#2644BA'

red 38 ◦ green 68 ◦ blue 186

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

Shades of Persian Blue #2644BA

Tints of Persian Blue #2644BA

RGB

 RED value IS 38 (15.23% from 255) = 13.01%

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 13.01%
G = 23.29%
B = 63.7%

CMYK

 C value IS 0.80

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2644BA (or 0x2644BA) is known color: Persian Blue. HEX triplet: 26, 44 and BA. RGB value is (38,68,186). Sum of RGB (Red+Green+Blue) = 38+68+186=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #2644BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2644BA is #D9BB45. Grayscale: #474747. Windows color (decimal): -14269254 or 12207142. OLE color: 12207142.

HSL color Cylindrical-coordinate representation of color #2644BA: hue angle of 227.84º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2644BA is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 68 186 -
CMYK 0.80 0.63 0 0.27
HSL 227.84º 0.66% 0.44% -
HSV(B) 227.84º 0.8% 0.73% -
XYZ 11.73 8.09 47.4 -
YUV 72.48 192.06 103.41 -
System Red Green Blue C M Y K H S L
Decimal 38 68 186 0.80 0.63 0 0.27 227.84 0.66 0.44
Hex 26 44 BA 50 3F 0 1B E4 42 2C
Octal 46 104 272 120 77 0 33 344 102 54
Binary 100110 1000100 10111010 1010000 111111 0 11011 11100100 1000010 101100

Color Harmonies of #2644BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2644BA

Black with #2644BA

Text Example


Text Example

White with #2644BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2644BA; }

 p { color: rgb(38,68,186); }

 H1.HeaderClassName
 {
   color: #2644BA;
 }
 .AnyTagClassName
 {
   color: #2644BA;
 }
</style>

background-color css

<style>
 a { background-color: #2644BA; }

 a { background-color: rgb(38,68,186); }

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

border-color css

<style>
 span { border-color: #2644BA; }

 span { border-color: rgb(38,68,186); }

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