Html Css Color HEX #273ABD Persian Blue

📋 copy color: '#273ABD'

red 39 ◦ green 58 ◦ blue 189

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

Shades of Persian Blue #273ABD

Tints of Persian Blue #273ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.08%

R = 13.64%
G = 20.28%
B = 66.08%

CMYK

 C value IS 0.79

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#273ABD (or 0x273ABD) is known color: Persian Blue. HEX triplet: 27, 3A and BD. RGB value is (39,58,189). Sum of RGB (Red+Green+Blue) = 39+58+189=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #273ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ABD is #D8C542. Grayscale: #424242. Windows color (decimal): -14206275 or 12401191. OLE color: 12401191.

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

Color convert

RGB 39 58 189 -
CMYK 0.79 0.69 0 0.26
HSL 232.4º 0.66% 0.45% -
HSV(B) 232.4º 0.79% 0.74% -
XYZ 11.54 7.13 48.91 -
YUV 67.25 196.71 107.85 -
System Red Green Blue C M Y K H S L
Decimal 39 58 189 0.79 0.69 0 0.26 232.4 0.66 0.45
Hex 27 3A BD 4F 45 0 1A E8 42 2D
Octal 47 72 275 117 105 0 32 350 102 55
Binary 100111 111010 10111101 1001111 1000101 0 11010 11101000 1000010 101101

Color Harmonies of #273ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ABD

Black with #273ABD

Text Example


Text Example

White with #273ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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