Html Css Color HEX #273CCF Persian Blue

📋 copy color: '#273CCF'

red 39 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #273CCF

Tints of Persian Blue #273CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.65%

R = 12.75%
G = 19.61%
B = 67.65%

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

#273CCF (or 0x273CCF) is known color: Persian Blue. HEX triplet: 27, 3C and CF. RGB value is (39,60,207). Sum of RGB (Red+Green+Blue) = 39+60+207=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 207 (81.25% from 255 or 67.65% from 306); Max value from RGB is 207 - color contains mainly: blue. Hex color #273CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CCF is #D8C330. Grayscale: #454545. Windows color (decimal): -14205745 or 13581351. OLE color: 13581351.

HSL color Cylindrical-coordinate representation of color #273CCF: hue angle of 232.5º 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 #273CCF is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 60 207 -
CMYK 0.81 0.71 0 0.19
HSL 232.5º 0.68% 0.48% -
HSV(B) 232.5º 0.81% 0.81% -
XYZ 13.72 8.17 59.89 -
YUV 70.48 205.04 105.55 -
System Red Green Blue C M Y K H S L
Decimal 39 60 207 0.81 0.71 0 0.19 232.5 0.68 0.48
Hex 27 3C CF 51 47 0 13 E8 44 30
Octal 47 74 317 121 107 0 23 350 104 60
Binary 100111 111100 11001111 1010001 1000111 0 10011 11101000 1000100 110000

Color Harmonies of #273CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CCF

Black with #273CCF

Text Example


Text Example

White with #273CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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