Html Css Color HEX #2640BA Persian Blue

📋 copy color: '#2640BA'

red 38 ◦ green 64 ◦ blue 186

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

Shades of Persian Blue #2640BA

Tints of Persian Blue #2640BA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

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

R = 13.19%
G = 22.22%
B = 64.58%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2640BA (or 0x2640BA) is known color: Persian Blue. HEX triplet: 26, 40 and BA. RGB value is (38,64,186). Sum of RGB (Red+Green+Blue) = 38+64+186=288 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.19% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #2640BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2640BA is #D9BF45. Grayscale: #454545. Windows color (decimal): -14270278 or 12206118. OLE color: 12206118.

HSL color Cylindrical-coordinate representation of color #2640BA: hue angle of 229.46º 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 #2640BA is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 64 186 -
CMYK 0.80 0.66 0 0.27
HSL 229.46º 0.66% 0.44% -
HSV(B) 229.46º 0.8% 0.73% -
XYZ 11.5 7.62 47.32 -
YUV 70.13 193.39 105.08 -
System Red Green Blue C M Y K H S L
Decimal 38 64 186 0.80 0.66 0 0.27 229.46 0.66 0.44
Hex 26 40 BA 50 42 0 1B E5 42 2C
Octal 46 100 272 120 102 0 33 345 102 54
Binary 100110 1000000 10111010 1010000 1000010 0 11011 11100101 1000010 101100

Color Harmonies of #2640BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2640BA

Black with #2640BA

Text Example


Text Example

White with #2640BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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