Html Css Color HEX #273EDC Persian Blue

📋 copy color: '#273EDC'

red 39 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #273EDC

Tints of Persian Blue #273EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

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

R = 12.15%
G = 19.31%
B = 68.54%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273EDC (or 0x273EDC) is known color: Persian Blue. HEX triplet: 27, 3E and DC. RGB value is (39,62,220). Sum of RGB (Red+Green+Blue) = 39+62+220=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #273EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273EDC is #D8C123. Grayscale: #484848. Windows color (decimal): -14205220 or 14433831. OLE color: 14433831.

HSL color Cylindrical-coordinate representation of color #273EDC: hue angle of 232.38º 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 #273EDC is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 62 220 -
CMYK 0.82 0.72 0 0.14
HSL 232.38º 0.72% 0.51% -
HSV(B) 232.38º 0.82% 0.86% -
XYZ 15.48 9.04 68.64 -
YUV 73.14 210.88 103.65 -
System Red Green Blue C M Y K H S L
Decimal 39 62 220 0.82 0.72 0 0.14 232.38 0.72 0.51
Hex 27 3E DC 52 48 0 E E8 48 33
Octal 47 76 334 122 110 0 16 350 110 63
Binary 100111 111110 11011100 1010010 1001000 0 1110 11101000 1001000 110011

Color Harmonies of #273EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273EDC

Black with #273EDC

Text Example


Text Example

White with #273EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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