Html Css Color HEX #2736AA Persian Blue

📋 copy color: '#2736AA'

red 39 ◦ green 54 ◦ blue 170

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

Shades of Persian Blue #2736AA

Tints of Persian Blue #2736AA

RGB

 RED value IS 39 (15.63% from 255) = 14.83%

 GREEN value IS 54 (21.48% from 255) = 20.53%

 BLUE value IS 170 (66.8% from 255) = 64.64%

R = 14.83%
G = 20.53%
B = 64.64%

CMYK

 C value IS 0.77

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2736AA (or 0x2736AA) is known color: Persian Blue. HEX triplet: 27, 36 and AA. RGB value is (39,54,170). Sum of RGB (Red+Green+Blue) = 39+54+170=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #2736AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2736AA is #D8C955. Grayscale: #3E3E3E. Windows color (decimal): -14207318 or 11154983. OLE color: 11154983.

HSL color Cylindrical-coordinate representation of color #2736AA: hue angle of 233.13º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2736AA is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 54 170 -
CMYK 0.77 0.68 0 0.33
HSL 233.13º 0.63% 0.41% -
HSV(B) 233.13º 0.77% 0.67% -
XYZ 9.41 5.97 38.69 -
YUV 62.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 39 54 170 0.77 0.68 0 0.33 233.13 0.63 0.41
Hex 27 36 AA 4D 44 0 21 E9 3F 29
Octal 47 66 252 115 104 0 41 351 77 51
Binary 100111 110110 10101010 1001101 1000100 0 100001 11101001 111111 101001

Color Harmonies of #2736AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2736AA

Black with #2736AA

Text Example


Text Example

White with #2736AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2736AA; }

 p { color: rgb(39,54,170); }

 H1.HeaderClassName
 {
   color: #2736AA;
 }
 .AnyTagClassName
 {
   color: #2736AA;
 }
</style>

background-color css

<style>
 a { background-color: #2736AA; }

 a { background-color: rgb(39,54,170); }

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

border-color css

<style>
 span { border-color: #2736AA; }

 span { border-color: rgb(39,54,170); }

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