Html Css Color HEX #273CDD Persian Blue

📋 copy color: '#273CDD'

red 39 ◦ green 60 ◦ blue 221

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

Shades of Persian Blue #273CDD

Tints of Persian Blue #273CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 12.19%
G = 18.75%
B = 69.06%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#273CDD (or 0x273CDD) is known color: Persian Blue. HEX triplet: 27, 3C and DD. RGB value is (39,60,221). Sum of RGB (Red+Green+Blue) = 39+60+221=320 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.19% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #273CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CDD is #D8C322. Grayscale: #474747. Windows color (decimal): -14205731 or 14498855. OLE color: 14498855.

HSL color Cylindrical-coordinate representation of color #273CDD: hue angle of 233.08º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #273CDD is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 60 221 -
CMYK 0.82 0.73 0 0.13
HSL 233.08º 0.73% 0.51% -
HSV(B) 233.08º 0.82% 0.87% -
XYZ 15.5 8.88 69.3 -
YUV 72.08 212.04 104.41 -
System Red Green Blue C M Y K H S L
Decimal 39 60 221 0.82 0.73 0 0.13 233.08 0.73 0.51
Hex 27 3C DD 52 49 0 D E9 49 33
Octal 47 74 335 122 111 0 15 351 111 63
Binary 100111 111100 11011101 1010010 1001001 0 1101 11101001 1001001 110011

Color Harmonies of #273CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CDD

Black with #273CDD

Text Example


Text Example

White with #273CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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