Html Css Color HEX #273583 Resolution Blue

📋 copy color: '#273583'

red 39 ◦ green 53 ◦ blue 131

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

Shades of Resolution Blue #273583

Tints of Resolution Blue #273583

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 131 (51.56% from 255) = 58.74%

R = 17.49%
G = 23.77%
B = 58.74%

CMYK

 C value IS 0.70

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#273583 (or 0x273583) is known color: Resolution Blue. HEX triplet: 27, 35 and 83. RGB value is (39,53,131). Sum of RGB (Red+Green+Blue) = 39+53+131=223 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.49% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 131 (51.56% from 255 or 58.74% from 223); Max value from RGB is 131 - color contains mainly: blue. Hex color #273583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273583 is #D8CA7C. Grayscale: #393939. Windows color (decimal): -14207613 or 8598823. OLE color: 8598823.

HSL color Cylindrical-coordinate representation of color #273583: hue angle of 230.87º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273583 is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 53 131 -
CMYK 0.70 0.60 0 0.49
HSL 230.87º 0.54% 0.33% -
HSV(B) 230.87º 0.7% 0.51% -
XYZ 6.21 4.62 22.04 -
YUV 57.71 169.36 114.66 -
System Red Green Blue C M Y K H S L
Decimal 39 53 131 0.70 0.60 0 0.49 230.87 0.54 0.33
Hex 27 35 83 46 3C 0 31 E7 36 21
Octal 47 65 203 106 74 0 61 347 66 41
Binary 100111 110101 10000011 1000110 111100 0 110001 11100111 110110 100001

Color Harmonies of #273583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273583

Black with #273583

Text Example


Text Example

White with #273583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #273583; }

 p { color: rgb(39,53,131); }

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

background-color css

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

 a { background-color: rgb(39,53,131); }

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

border-color css

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

 span { border-color: rgb(39,53,131); }

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