Html Css Color HEX #2643AD Persian Blue

📋 copy color: '#2643AD'

red 38 ◦ green 67 ◦ blue 173

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

Shades of Persian Blue #2643AD

Tints of Persian Blue #2643AD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.1%

 BLUE value IS 173 (67.97% from 255) = 62.23%

R = 13.67%
G = 24.1%
B = 62.23%

CMYK

 C value IS 0.78

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2643AD (or 0x2643AD) is known color: Persian Blue. HEX triplet: 26, 43 and AD. RGB value is (38,67,173). Sum of RGB (Red+Green+Blue) = 38+67+173=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 173 (67.97% from 255 or 62.23% from 278); Max value from RGB is 173 - color contains mainly: blue. Hex color #2643AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2643AD is #D9BC52. Grayscale: #454545. Windows color (decimal): -14269523 or 11354918. OLE color: 11354918.

HSL color Cylindrical-coordinate representation of color #2643AD: hue angle of 227.11º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2643AD is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 67 173 -
CMYK 0.78 0.61 0 0.32
HSL 227.11º 0.64% 0.41% -
HSV(B) 227.11º 0.78% 0.68% -
XYZ 10.35 7.44 40.43 -
YUV 70.41 185.89 104.88 -
System Red Green Blue C M Y K H S L
Decimal 38 67 173 0.78 0.61 0 0.32 227.11 0.64 0.41
Hex 26 43 AD 4E 3D 0 20 E3 40 29
Octal 46 103 255 116 75 0 40 343 100 51
Binary 100110 1000011 10101101 1001110 111101 0 100000 11100011 1000000 101001

Color Harmonies of #2643AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2643AD

Black with #2643AD

Text Example


Text Example

White with #2643AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2643AD; }

 p { color: rgb(38,67,173); }

 H1.HeaderClassName
 {
   color: #2643AD;
 }
 .AnyTagClassName
 {
   color: #2643AD;
 }
</style>

background-color css

<style>
 a { background-color: #2643AD; }

 a { background-color: rgb(38,67,173); }

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

border-color css

<style>
 span { border-color: #2643AD; }

 span { border-color: rgb(38,67,173); }

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