Html Css Color HEX #273CDA Persian Blue

📋 copy color: '#273CDA'

red 39 ◦ green 60 ◦ blue 218

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

Shades of Persian Blue #273CDA

Tints of Persian Blue #273CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 12.3%
G = 18.93%
B = 68.77%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#273CDA (or 0x273CDA) is known color: Persian Blue. HEX triplet: 27, 3C and DA. RGB value is (39,60,218). Sum of RGB (Red+Green+Blue) = 39+60+218=317 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.30% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #273CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CDA is #D8C325. Grayscale: #474747. Windows color (decimal): -14205734 or 14302247. OLE color: 14302247.

HSL color Cylindrical-coordinate representation of color #273CDA: hue angle of 232.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273CDA is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 39 60 218 -
CMYK 0.82 0.72 0 0.15
HSL 232.96º 0.71% 0.5% -
HSV(B) 232.96º 0.82% 0.85% -
XYZ 15.11 8.73 67.22 -
YUV 71.73 210.54 104.65 -
System Red Green Blue C M Y K H S L
Decimal 39 60 218 0.82 0.72 0 0.15 232.96 0.71 0.5
Hex 27 3C DA 52 48 0 F E9 47 32
Octal 47 74 332 122 110 0 17 351 107 62
Binary 100111 111100 11011010 1010010 1001000 0 1111 11101001 1000111 110010

Color Harmonies of #273CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CDA

Black with #273CDA

Text Example


Text Example

White with #273CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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