Html Css Color HEX #273CCE Persian Blue

📋 copy color: '#273CCE'

red 39 ◦ green 60 ◦ blue 206

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

Shades of Persian Blue #273CCE

Tints of Persian Blue #273CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 12.79%
G = 19.67%
B = 67.54%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#273CCE (or 0x273CCE) is known color: Persian Blue. HEX triplet: 27, 3C and CE. RGB value is (39,60,206). Sum of RGB (Red+Green+Blue) = 39+60+206=305 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.79% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #273CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CCE is #D8C331. Grayscale: #454545. Windows color (decimal): -14205746 or 13515815. OLE color: 13515815.

HSL color Cylindrical-coordinate representation of color #273CCE: hue angle of 232.46º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273CCE is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 60 206 -
CMYK 0.81 0.71 0 0.19
HSL 232.46º 0.68% 0.48% -
HSV(B) 232.46º 0.81% 0.81% -
XYZ 13.59 8.12 59.24 -
YUV 70.37 204.54 105.63 -
System Red Green Blue C M Y K H S L
Decimal 39 60 206 0.81 0.71 0 0.19 232.46 0.68 0.48
Hex 27 3C CE 51 47 0 13 E8 44 30
Octal 47 74 316 121 107 0 23 350 104 60
Binary 100111 111100 11001110 1010001 1000111 0 10011 11101000 1000100 110000

Color Harmonies of #273CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CCE

Black with #273CCE

Text Example


Text Example

White with #273CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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