Html Css Color HEX #2645AB Persian Blue

📋 copy color: '#2645AB'

red 38 ◦ green 69 ◦ blue 171

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

Shades of Persian Blue #2645AB

Tints of Persian Blue #2645AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 13.67%
G = 24.82%
B = 61.51%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2645AB (or 0x2645AB) is known color: Persian Blue. HEX triplet: 26, 45 and AB. RGB value is (38,69,171). Sum of RGB (Red+Green+Blue) = 38+69+171=278 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.67% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #2645AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2645AB is #D9BA54. Grayscale: #464646. Windows color (decimal): -14269013 or 11224358. OLE color: 11224358.

HSL color Cylindrical-coordinate representation of color #2645AB: hue angle of 226.02º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2645AB is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 38 69 171 -
CMYK 0.78 0.60 0 0.33
HSL 226.02º 0.64% 0.41% -
HSV(B) 226.02º 0.78% 0.67% -
XYZ 10.28 7.61 39.45 -
YUV 71.36 184.23 104.21 -
System Red Green Blue C M Y K H S L
Decimal 38 69 171 0.78 0.60 0 0.33 226.02 0.64 0.41
Hex 26 45 AB 4E 3C 0 21 E2 40 29
Octal 46 105 253 116 74 0 41 342 100 51
Binary 100110 1000101 10101011 1001110 111100 0 100001 11100010 1000000 101001

Color Harmonies of #2645AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2645AB

Black with #2645AB

Text Example


Text Example

White with #2645AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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