Html Css Color HEX #272CCE Persian Blue

📋 copy color: '#272CCE'

red 39 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #272CCE

Tints of Persian Blue #272CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 13.49%
G = 15.22%
B = 71.28%

CMYK

 C value IS 0.81

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#272CCE (or 0x272CCE) is known color: Persian Blue. HEX triplet: 27, 2C and CE. RGB value is (39,44,206). Sum of RGB (Red+Green+Blue) = 39+44+206=289 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.49% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #272CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272CCE is #D8D331. Grayscale: #3C3C3C. Windows color (decimal): -14209842 or 13511719. OLE color: 13511719.

HSL color Cylindrical-coordinate representation of color #272CCE: hue angle of 238.2º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272CCE is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 44 206 -
CMYK 0.81 0.79 0 0.19
HSL 238.2º 0.68% 0.48% -
HSV(B) 238.2º 0.81% 0.81% -
XYZ 12.88 6.69 59 -
YUV 60.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 39 44 206 0.81 0.79 0 0.19 238.2 0.68 0.48
Hex 27 2C CE 51 4F 0 13 EE 44 30
Octal 47 54 316 121 117 0 23 356 104 60
Binary 100111 101100 11001110 1010001 1001111 0 10011 11101110 1000100 110000

Color Harmonies of #272CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272CCE

Black with #272CCE

Text Example


Text Example

White with #272CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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