Html Css Color HEX #2642BA Persian Blue

📋 copy color: '#2642BA'

red 38 ◦ green 66 ◦ blue 186

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

Shades of Persian Blue #2642BA

Tints of Persian Blue #2642BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.76%

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

R = 13.1%
G = 22.76%
B = 64.14%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2642BA (or 0x2642BA) is known color: Persian Blue. HEX triplet: 26, 42 and BA. RGB value is (38,66,186). Sum of RGB (Red+Green+Blue) = 38+66+186=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 66 (26.17% from 255 or 22.76% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #2642BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2642BA is #D9BD45. Grayscale: #464646. Windows color (decimal): -14269766 or 12206630. OLE color: 12206630.

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

Color convert

RGB 38 66 186 -
CMYK 0.80 0.65 0 0.27
HSL 228.65º 0.66% 0.44% -
HSV(B) 228.65º 0.8% 0.73% -
XYZ 11.61 7.85 47.36 -
YUV 71.31 192.72 104.24 -
System Red Green Blue C M Y K H S L
Decimal 38 66 186 0.80 0.65 0 0.27 228.65 0.66 0.44
Hex 26 42 BA 50 41 0 1B E5 42 2C
Octal 46 102 272 120 101 0 33 345 102 54
Binary 100110 1000010 10111010 1010000 1000001 0 11011 11100101 1000010 101100

Color Harmonies of #2642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2642BA

Black with #2642BA

Text Example


Text Example

White with #2642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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