Html Css Color HEX #273CDC Persian Blue

📋 copy color: '#273CDC'

red 39 ◦ green 60 ◦ blue 220

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

Shades of Persian Blue #273CDC

Tints of Persian Blue #273CDC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.81%

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

R = 12.23%
G = 18.81%
B = 68.97%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#273CDC (or 0x273CDC) is known color: Persian Blue. HEX triplet: 27, 3C and DC. RGB value is (39,60,220). Sum of RGB (Red+Green+Blue) = 39+60+220=319 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.23% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 220 (86.33% from 255 or 68.97% from 319); Max value from RGB is 220 - color contains mainly: blue. Hex color #273CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CDC is #D8C323. Grayscale: #474747. Windows color (decimal): -14205732 or 14433319. OLE color: 14433319.

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

Color convert

RGB 39 60 220 -
CMYK 0.82 0.73 0 0.14
HSL 233.04º 0.72% 0.51% -
HSV(B) 233.04º 0.82% 0.86% -
XYZ 15.37 8.83 68.6 -
YUV 71.96 211.54 104.49 -
System Red Green Blue C M Y K H S L
Decimal 39 60 220 0.82 0.73 0 0.14 233.04 0.72 0.51
Hex 27 3C DC 52 49 0 E E9 48 33
Octal 47 74 334 122 111 0 16 351 110 63
Binary 100111 111100 11011100 1010010 1001001 0 1110 11101001 1001000 110011

Color Harmonies of #273CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CDC

Black with #273CDC

Text Example


Text Example

White with #273CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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