Html Css Color HEX #272EE0 Persian Blue

📋 copy color: '#272EE0'

red 39 ◦ green 46 ◦ blue 224

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

Shades of Persian Blue #272EE0

Tints of Persian Blue #272EE0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.89%

 BLUE value IS 224 (87.89% from 255) = 72.49%

R = 12.62%
G = 14.89%
B = 72.49%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#272EE0 (or 0x272EE0) is known color: Persian Blue. HEX triplet: 27, 2E and E0. RGB value is (39,46,224). Sum of RGB (Red+Green+Blue) = 39+46+224=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #272EE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EE0 is #D8D11F. Grayscale: #3F3F3F. Windows color (decimal): -14209312 or 14691879. OLE color: 14691879.

HSL color Cylindrical-coordinate representation of color #272EE0: hue angle of 237.73º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272EE0 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 46 224 -
CMYK 0.83 0.79 0 0.12
HSL 237.73º 0.75% 0.52% -
HSV(B) 237.73º 0.83% 0.88% -
XYZ 15.27 7.77 71.22 -
YUV 64.2 218.18 110.03 -
System Red Green Blue C M Y K H S L
Decimal 39 46 224 0.83 0.79 0 0.12 237.73 0.75 0.52
Hex 27 2E E0 53 4F 0 C EE 4B 34
Octal 47 56 340 123 117 0 14 356 113 64
Binary 100111 101110 11100000 1010011 1001111 0 1100 11101110 1001011 110100

Color Harmonies of #272EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EE0

Black with #272EE0

Text Example


Text Example

White with #272EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,46,224); }

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

background-color css

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

 a { background-color: rgb(39,46,224); }

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

border-color css

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

 span { border-color: rgb(39,46,224); }

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