Html Css Color HEX #273BC9 Persian Blue

📋 copy color: '#273BC9'

red 39 ◦ green 59 ◦ blue 201

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

Shades of Persian Blue #273BC9

Tints of Persian Blue #273BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

 BLUE value IS 201 (78.91% from 255) = 67.22%

R = 13.04%
G = 19.73%
B = 67.22%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#273BC9 (or 0x273BC9) is known color: Persian Blue. HEX triplet: 27, 3B and C9. RGB value is (39,59,201). Sum of RGB (Red+Green+Blue) = 39+59+201=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 201 (78.91% from 255 or 67.22% from 299); Max value from RGB is 201 - color contains mainly: blue. Hex color #273BC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273BC9 is #D8C436. Grayscale: #444444. Windows color (decimal): -14206007 or 13187879. OLE color: 13187879.

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

Color convert

RGB 39 59 201 -
CMYK 0.81 0.71 0 0.21
HSL 232.59º 0.68% 0.47% -
HSV(B) 232.59º 0.81% 0.79% -
XYZ 12.94 7.78 56.08 -
YUV 69.21 202.37 106.45 -
System Red Green Blue C M Y K H S L
Decimal 39 59 201 0.81 0.71 0 0.21 232.59 0.68 0.47
Hex 27 3B C9 51 47 0 15 E9 44 2F
Octal 47 73 311 121 107 0 25 351 104 57
Binary 100111 111011 11001001 1010001 1000111 0 10101 11101001 1000100 101111

Color Harmonies of #273BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273BC9

Black with #273BC9

Text Example


Text Example

White with #273BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,59,201); }

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

background-color css

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

 a { background-color: rgb(39,59,201); }

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

border-color css

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

 span { border-color: rgb(39,59,201); }

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