Html Css Color HEX #272DEC Persian Blue

📋 copy color: '#272DEC'

red 39 ◦ green 45 ◦ blue 236

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

Shades of Persian Blue #272DEC

Tints of Persian Blue #272DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 12.19%
G = 14.06%
B = 73.75%

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

#272DEC (or 0x272DEC) is known color: Persian Blue. HEX triplet: 27, 2D and EC. RGB value is (39,45,236). Sum of RGB (Red+Green+Blue) = 39+45+236=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 236 (92.58% from 255 or 73.75% from 320); Max value from RGB is 236 - color contains mainly: blue. Hex color #272DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272DEC is #D8D213. Grayscale: #404040. Windows color (decimal): -14209556 or 15478055. OLE color: 15478055.

HSL color Cylindrical-coordinate representation of color #272DEC: hue angle of 238.17º 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 #272DEC is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 39 45 236 -
CMYK 0.83 0.81 0 0.07
HSL 238.17º 0.84% 0.54% -
HSV(B) 238.17º 0.83% 0.93% -
XYZ 16.92 8.36 80.08 -
YUV 64.98 224.51 109.47 -
System Red Green Blue C M Y K H S L
Decimal 39 45 236 0.83 0.81 0 0.07 238.17 0.84 0.54
Hex 27 2D EC 53 51 0 7 EE 54 36
Octal 47 55 354 123 121 0 7 356 124 66
Binary 100111 101101 11101100 1010011 1010001 0 111 11101110 1010100 110110

Color Harmonies of #272DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DEC

Black with #272DEC

Text Example


Text Example

White with #272DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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