Html Css Color HEX #272BAE Persian Blue

📋 copy color: '#272BAE'

red 39 ◦ green 43 ◦ blue 174

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

Shades of Persian Blue #272BAE

Tints of Persian Blue #272BAE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.8%

 BLUE value IS 174 (68.36% from 255) = 67.97%

R = 15.23%
G = 16.8%
B = 67.97%

CMYK

 C value IS 0.78

 M value IS 0.75

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#272BAE (or 0x272BAE) is known color: Persian Blue. HEX triplet: 27, 2B and AE. RGB value is (39,43,174). Sum of RGB (Red+Green+Blue) = 39+43+174=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 43 (17.19% from 255 or 16.80% from 256); Blue value is 174 (68.36% from 255 or 67.97% from 256); Max value from RGB is 174 - color contains mainly: blue. Hex color #272BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272BAE is #D8D451. Grayscale: #383838. Windows color (decimal): -14210130 or 11414311. OLE color: 11414311.

HSL color Cylindrical-coordinate representation of color #272BAE: hue angle of 238.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #272BAE is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 39 43 174 -
CMYK 0.78 0.75 0 0.32
HSL 238.22º 0.63% 0.42% -
HSV(B) 238.22º 0.78% 0.68% -
XYZ 9.34 5.22 40.56 -
YUV 56.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 39 43 174 0.78 0.75 0 0.32 238.22 0.63 0.42
Hex 27 2B AE 4E 4B 0 20 EE 3F 2A
Octal 47 53 256 116 113 0 40 356 77 52
Binary 100111 101011 10101110 1001110 1001011 0 100000 11101110 111111 101010

Color Harmonies of #272BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BAE

Black with #272BAE

Text Example


Text Example

White with #272BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272BAE; }

 p { color: rgb(39,43,174); }

 H1.HeaderClassName
 {
   color: #272BAE;
 }
 .AnyTagClassName
 {
   color: #272BAE;
 }
</style>

background-color css

<style>
 a { background-color: #272BAE; }

 a { background-color: rgb(39,43,174); }

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

border-color css

<style>
 span { border-color: #272BAE; }

 span { border-color: rgb(39,43,174); }

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