Html Css Color HEX #273ABC Persian Blue

📋 copy color: '#273ABC'

red 39 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #273ABC

Tints of Persian Blue #273ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.96%

R = 13.68%
G = 20.35%
B = 65.96%

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

#273ABC (or 0x273ABC) is known color: Persian Blue. HEX triplet: 27, 3A and BC. RGB value is (39,58,188). Sum of RGB (Red+Green+Blue) = 39+58+188=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 188 (73.83% from 255 or 65.96% from 285); Max value from RGB is 188 - color contains mainly: blue. Hex color #273ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #273ABC is #D8C543. Grayscale: #424242. Windows color (decimal): -14206276 or 12335655. OLE color: 12335655.

HSL color Cylindrical-coordinate representation of color #273ABC: hue angle of 232.35º 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 #273ABC is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 39 58 188 -
CMYK 0.79 0.69 0 0.26
HSL 232.35º 0.66% 0.45% -
HSV(B) 232.35º 0.79% 0.74% -
XYZ 11.43 7.09 48.34 -
YUV 67.14 196.21 107.93 -
System Red Green Blue C M Y K H S L
Decimal 39 58 188 0.79 0.69 0 0.26 232.35 0.66 0.45
Hex 27 3A BC 4F 45 0 1A E8 42 2D
Octal 47 72 274 117 105 0 32 350 102 55
Binary 100111 111010 10111100 1001111 1000101 0 11010 11101000 1000010 101101

Color Harmonies of #273ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273ABC

Black with #273ABC

Text Example


Text Example

White with #273ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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