Html Css Color HEX #273CDE Persian Blue

📋 copy color: '#273CDE'

red 39 ◦ green 60 ◦ blue 222

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

Shades of Persian Blue #273CDE

Tints of Persian Blue #273CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 69.16%

R = 12.15%
G = 18.69%
B = 69.16%

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

#273CDE (or 0x273CDE) is known color: Persian Blue. HEX triplet: 27, 3C and DE. RGB value is (39,60,222). Sum of RGB (Red+Green+Blue) = 39+60+222=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #273CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CDE is #D8C321. Grayscale: #474747. Windows color (decimal): -14205730 or 14564391. OLE color: 14564391.

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

Color convert

RGB 39 60 222 -
CMYK 0.82 0.73 0 0.13
HSL 233.11º 0.73% 0.51% -
HSV(B) 233.11º 0.82% 0.87% -
XYZ 15.64 8.94 70.01 -
YUV 72.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 39 60 222 0.82 0.73 0 0.13 233.11 0.73 0.51
Hex 27 3C DE 52 49 0 D E9 49 33
Octal 47 74 336 122 111 0 15 351 111 63
Binary 100111 111100 11011110 1010010 1001001 0 1101 11101001 1001001 110011

Color Harmonies of #273CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CDE

Black with #273CDE

Text Example


Text Example

White with #273CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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