Html Css Color HEX #2735AB Persian Blue

📋 copy color: '#2735AB'

red 39 ◦ green 53 ◦ blue 171

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

Shades of Persian Blue #2735AB

Tints of Persian Blue #2735AB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.15%

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

R = 14.83%
G = 20.15%
B = 65.02%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2735AB (or 0x2735AB) is known color: Persian Blue. HEX triplet: 27, 35 and AB. RGB value is (39,53,171). Sum of RGB (Red+Green+Blue) = 39+53+171=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #2735AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2735AB is #D8CA54. Grayscale: #3D3D3D. Windows color (decimal): -14207573 or 11220263. OLE color: 11220263.

HSL color Cylindrical-coordinate representation of color #2735AB: hue angle of 233.64º 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 #2735AB is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 53 171 -
CMYK 0.77 0.69 0 0.33
HSL 233.64º 0.63% 0.41% -
HSV(B) 233.64º 0.77% 0.67% -
XYZ 9.46 5.92 39.17 -
YUV 62.27 189.36 111.41 -
System Red Green Blue C M Y K H S L
Decimal 39 53 171 0.77 0.69 0 0.33 233.64 0.63 0.41
Hex 27 35 AB 4D 45 0 21 EA 3F 29
Octal 47 65 253 115 105 0 41 352 77 51
Binary 100111 110101 10101011 1001101 1000101 0 100001 11101010 111111 101001

Color Harmonies of #2735AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2735AB

Black with #2735AB

Text Example


Text Example

White with #2735AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,53,171); }

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

background-color css

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

 a { background-color: rgb(39,53,171); }

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

border-color css

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

 span { border-color: rgb(39,53,171); }

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