Html Css Color HEX #272CEC Persian Blue

📋 copy color: '#272CEC'

red 39 ◦ green 44 ◦ blue 236

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

Shades of Persian Blue #272CEC

Tints of Persian Blue #272CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 12.23%
G = 13.79%
B = 73.98%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#272CEC (or 0x272CEC) is known color: Persian Blue. HEX triplet: 27, 2C and EC. RGB value is (39,44,236). Sum of RGB (Red+Green+Blue) = 39+44+236=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #272CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272CEC is #D8D313. Grayscale: #3F3F3F. Windows color (decimal): -14209812 or 15477799. OLE color: 15477799.

HSL color Cylindrical-coordinate representation of color #272CEC: hue angle of 238.48º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272CEC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 44 236 -
CMYK 0.83 0.81 0 0.07
HSL 238.48º 0.84% 0.54% -
HSV(B) 238.48º 0.83% 0.93% -
XYZ 16.88 8.29 80.07 -
YUV 64.39 224.84 109.89 -
System Red Green Blue C M Y K H S L
Decimal 39 44 236 0.83 0.81 0 0.07 238.48 0.84 0.54
Hex 27 2C EC 53 51 0 7 EE 54 36
Octal 47 54 354 123 121 0 7 356 124 66
Binary 100111 101100 11101100 1010011 1010001 0 111 11101110 1010100 110110

Color Harmonies of #272CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CEC

Black with #272CEC

Text Example


Text Example

White with #272CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,44,236); }

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

background-color css

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

 a { background-color: rgb(39,44,236); }

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

border-color css

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

 span { border-color: rgb(39,44,236); }

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