Html Css Color HEX #273ACB Persian Blue

📋 copy color: '#273ACB'

red 39 ◦ green 58 ◦ blue 203

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

Shades of Persian Blue #273ACB

Tints of Persian Blue #273ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 13%
G = 19.33%
B = 67.67%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#273ACB (or 0x273ACB) is known color: Persian Blue. HEX triplet: 27, 3A and CB. RGB value is (39,58,203). Sum of RGB (Red+Green+Blue) = 39+58+203=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #273ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ACB is #D8C534. Grayscale: #444444. Windows color (decimal): -14206261 or 13318695. OLE color: 13318695.

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

Color convert

RGB 39 58 203 -
CMYK 0.81 0.71 0 0.20
HSL 233.05º 0.68% 0.47% -
HSV(B) 233.05º 0.81% 0.8% -
XYZ 13.13 7.77 57.31 -
YUV 68.85 203.71 106.71 -
System Red Green Blue C M Y K H S L
Decimal 39 58 203 0.81 0.71 0 0.20 233.05 0.68 0.47
Hex 27 3A CB 51 47 0 14 E9 44 2F
Octal 47 72 313 121 107 0 24 351 104 57
Binary 100111 111010 11001011 1010001 1000111 0 10100 11101001 1000100 101111

Color Harmonies of #273ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ACB

Black with #273ACB

Text Example


Text Example

White with #273ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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