Html Css Color HEX #27357C Resolution Blue

📋 copy color: '#27357C'

red 39 ◦ green 53 ◦ blue 124

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

Shades of Resolution Blue #27357C

Tints of Resolution Blue #27357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 57.41%

R = 18.06%
G = 24.54%
B = 57.41%

CMYK

 C value IS 0.69

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#27357C (or 0x27357C) is known color: Resolution Blue. HEX triplet: 27, 35 and 7C. RGB value is (39,53,124). Sum of RGB (Red+Green+Blue) = 39+53+124=216 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.06% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #27357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27357C is #D8CA83. Grayscale: #383838. Windows color (decimal): -14207620 or 8140071. OLE color: 8140071.

HSL color Cylindrical-coordinate representation of color #27357C: hue angle of 230.12º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #27357C is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 39 53 124 -
CMYK 0.69 0.57 0 0.51
HSL 230.12º 0.52% 0.32% -
HSV(B) 230.12º 0.69% 0.49% -
XYZ 5.75 4.43 19.62 -
YUV 56.91 165.86 115.23 -
System Red Green Blue C M Y K H S L
Decimal 39 53 124 0.69 0.57 0 0.51 230.12 0.52 0.32
Hex 27 35 7C 45 39 0 33 E6 34 20
Octal 47 65 174 105 71 0 63 346 64 40
Binary 100111 110101 1111100 1000101 111001 0 110011 11100110 110100 100000

Color Harmonies of #27357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27357C

Black with #27357C

Text Example


Text Example

White with #27357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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