Html Css Color HEX #272EDC Persian Blue

📋 copy color: '#272EDC'

red 39 ◦ green 46 ◦ blue 220

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

Shades of Persian Blue #272EDC

Tints of Persian Blue #272EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 12.79%
G = 15.08%
B = 72.13%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272EDC (or 0x272EDC) is known color: Persian Blue. HEX triplet: 27, 2E and DC. RGB value is (39,46,220). Sum of RGB (Red+Green+Blue) = 39+46+220=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #272EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EDC is #D8D123. Grayscale: #3F3F3F. Windows color (decimal): -14209316 or 14429735. OLE color: 14429735.

HSL color Cylindrical-coordinate representation of color #272EDC: hue angle of 237.68º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272EDC is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 46 220 -
CMYK 0.82 0.79 0 0.14
HSL 237.68º 0.72% 0.51% -
HSV(B) 237.68º 0.82% 0.86% -
XYZ 14.73 7.55 68.39 -
YUV 63.74 216.18 110.35 -
System Red Green Blue C M Y K H S L
Decimal 39 46 220 0.82 0.79 0 0.14 237.68 0.72 0.51
Hex 27 2E DC 52 4F 0 E EE 48 33
Octal 47 56 334 122 117 0 16 356 110 63
Binary 100111 101110 11011100 1010010 1001111 0 1110 11101110 1001000 110011

Color Harmonies of #272EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EDC

Black with #272EDC

Text Example


Text Example

White with #272EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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