Html Css Color HEX #273AC8 Persian Blue

📋 copy color: '#273AC8'

red 39 ◦ green 58 ◦ blue 200

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

Shades of Persian Blue #273AC8

Tints of Persian Blue #273AC8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.53%

 BLUE value IS 200 (78.52% from 255) = 67.34%

R = 13.13%
G = 19.53%
B = 67.34%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#273AC8 (or 0x273AC8) is known color: Persian Blue. HEX triplet: 27, 3A and C8. RGB value is (39,58,200). Sum of RGB (Red+Green+Blue) = 39+58+200=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #273AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273AC8 is #D8C537. Grayscale: #434343. Windows color (decimal): -14206264 or 13122087. OLE color: 13122087.

HSL color Cylindrical-coordinate representation of color #273AC8: hue angle of 232.92º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #273AC8 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 58 200 -
CMYK 0.80 0.71 0 0.22
HSL 232.92º 0.67% 0.47% -
HSV(B) 232.92º 0.81% 0.78% -
XYZ 12.78 7.63 55.44 -
YUV 68.51 202.21 106.95 -
System Red Green Blue C M Y K H S L
Decimal 39 58 200 0.80 0.71 0 0.22 232.92 0.67 0.47
Hex 27 3A C8 50 47 0 16 E9 43 2F
Octal 47 72 310 120 107 0 26 351 103 57
Binary 100111 111010 11001000 1010000 1000111 0 10110 11101001 1000011 101111

Color Harmonies of #273AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273AC8

Black with #273AC8

Text Example


Text Example

White with #273AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,58,200); }

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

background-color css

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

 a { background-color: rgb(39,58,200); }

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

border-color css

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

 span { border-color: rgb(39,58,200); }

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