Html Css Color HEX #273CBA Persian Blue

📋 copy color: '#273CBA'

red 39 ◦ green 60 ◦ blue 186

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

Shades of Persian Blue #273CBA

Tints of Persian Blue #273CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.26%

R = 13.68%
G = 21.05%
B = 65.26%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#273CBA (or 0x273CBA) is known color: Persian Blue. HEX triplet: 27, 3C and BA. RGB value is (39,60,186). Sum of RGB (Red+Green+Blue) = 39+60+186=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #273CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273CBA is #D8C345. Grayscale: #434343. Windows color (decimal): -14205766 or 12205095. OLE color: 12205095.

HSL color Cylindrical-coordinate representation of color #273CBA: hue angle of 231.43º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273CBA is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 39 60 186 -
CMYK 0.79 0.68 0 0.27
HSL 231.43º 0.65% 0.44% -
HSV(B) 231.43º 0.79% 0.73% -
XYZ 11.32 7.21 47.25 -
YUV 68.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 39 60 186 0.79 0.68 0 0.27 231.43 0.65 0.44
Hex 27 3C BA 4F 44 0 1B E7 41 2C
Octal 47 74 272 117 104 0 33 347 101 54
Binary 100111 111100 10111010 1001111 1000100 0 11011 11100111 1000001 101100

Color Harmonies of #273CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273CBA

Black with #273CBA

Text Example


Text Example

White with #273CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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