Html Css Color HEX #2645AD Persian Blue

📋 copy color: '#2645AD'

red 38 ◦ green 69 ◦ blue 173

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

Shades of Persian Blue #2645AD

Tints of Persian Blue #2645AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 13.57%
G = 24.64%
B = 61.79%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2645AD (or 0x2645AD) is known color: Persian Blue. HEX triplet: 26, 45 and AD. RGB value is (38,69,173). Sum of RGB (Red+Green+Blue) = 38+69+173=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 173 (67.97% from 255 or 61.79% from 280); Max value from RGB is 173 - color contains mainly: blue. Hex color #2645AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2645AD is #D9BA52. Grayscale: #474747. Windows color (decimal): -14269011 or 11355430. OLE color: 11355430.

HSL color Cylindrical-coordinate representation of color #2645AD: hue angle of 226.22º 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 #2645AD is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 69 173 -
CMYK 0.78 0.60 0 0.32
HSL 226.22º 0.64% 0.41% -
HSV(B) 226.22º 0.78% 0.68% -
XYZ 10.47 7.69 40.47 -
YUV 71.59 185.23 104.04 -
System Red Green Blue C M Y K H S L
Decimal 38 69 173 0.78 0.60 0 0.32 226.22 0.64 0.41
Hex 26 45 AD 4E 3C 0 20 E2 40 29
Octal 46 105 255 116 74 0 40 342 100 51
Binary 100110 1000101 10101101 1001110 111100 0 100000 11100010 1000000 101001

Color Harmonies of #2645AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2645AD

Black with #2645AD

Text Example


Text Example

White with #2645AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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