Html Css Color HEX #36657A Blumine

📋 copy color: '#36657A'

red 54 ◦ green 101 ◦ blue 122

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

Shades of Blumine #36657A

Tints of Blumine #36657A

RGB

 RED value IS 54 (21.48% from 255) = 19.49%

 GREEN value IS 101 (39.84% from 255) = 36.46%

 BLUE value IS 122 (48.05% from 255) = 44.04%

R = 19.49%
G = 36.46%
B = 44.04%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36657A (or 0x36657A) is known color: Blumine. HEX triplet: 36, 65 and 7A. RGB value is (54,101,122). Sum of RGB (Red+Green+Blue) = 54+101+122=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 122 (48.05% from 255 or 44.04% from 277); Max value from RGB is 122 - color contains mainly: blue. Hex color #36657A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36657A is #C99A85. Grayscale: #595959. Windows color (decimal): -13212294 or 8021302. OLE color: 8021302.

HSL color Cylindrical-coordinate representation of color #36657A: hue angle of 198.53º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36657A is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 101 122 -
CMYK 0.56 0.17 0 0.52
HSL 198.53º 0.39% 0.35% -
HSV(B) 198.53º 0.56% 0.48% -
XYZ 9.69 11.5 20.12 -
YUV 89.34 146.43 102.79 -
System Red Green Blue C M Y K H S L
Decimal 54 101 122 0.56 0.17 0 0.52 198.53 0.39 0.35
Hex 36 65 7A 38 11 0 34 C7 27 23
Octal 66 145 172 70 21 0 64 307 47 43
Binary 110110 1100101 1111010 111000 10001 0 110100 11000111 100111 100011

Color Harmonies of #36657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36657A

Black with #36657A

Text Example


Text Example

White with #36657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36657A; }

 p { color: rgb(54,101,122); }

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

background-color css

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

 a { background-color: rgb(54,101,122); }

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

border-color css

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

 span { border-color: rgb(54,101,122); }

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