Html Css Color HEX #273ABE Persian Blue

📋 copy color: '#273ABE'

red 39 ◦ green 58 ◦ blue 190

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

Shades of Persian Blue #273ABE

Tints of Persian Blue #273ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 66.2%

R = 13.59%
G = 20.21%
B = 66.2%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#273ABE (or 0x273ABE) is known color: Persian Blue. HEX triplet: 27, 3A and BE. RGB value is (39,58,190). Sum of RGB (Red+Green+Blue) = 39+58+190=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #273ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ABE is #D8C541. Grayscale: #424242. Windows color (decimal): -14206274 or 12466727. OLE color: 12466727.

HSL color Cylindrical-coordinate representation of color #273ABE: hue angle of 232.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #273ABE is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 39 58 190 -
CMYK 0.79 0.69 0 0.25
HSL 232.45º 0.66% 0.45% -
HSV(B) 232.45º 0.79% 0.75% -
XYZ 11.64 7.18 49.49 -
YUV 67.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 39 58 190 0.79 0.69 0 0.25 232.45 0.66 0.45
Hex 27 3A BE 4F 45 0 19 E8 42 2D
Octal 47 72 276 117 105 0 31 350 102 55
Binary 100111 111010 10111110 1001111 1000101 0 11001 11101000 1000010 101101

Color Harmonies of #273ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ABE

Black with #273ABE

Text Example


Text Example

White with #273ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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