Html Css Color HEX #366068 Blumine

📋 copy color: '#366068'

red 54 ◦ green 96 ◦ blue 104

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

Shades of Blumine #366068

Tints of Blumine #366068

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.8%

 BLUE value IS 104 (41.02% from 255) = 40.94%

R = 21.26%
G = 37.8%
B = 40.94%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#366068 (or 0x366068) is known color: Blumine. HEX triplet: 36, 60 and 68. RGB value is (54,96,104). Sum of RGB (Red+Green+Blue) = 54+96+104=254 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.26% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #366068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366068 is #C99F97. Grayscale: #545454. Windows color (decimal): -13213592 or 6840374. OLE color: 6840374.

HSL color Cylindrical-coordinate representation of color #366068: hue angle of 189.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366068 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 96 104 -
CMYK 0.48 0.08 0 0.59
HSL 189.6º 0.32% 0.31% -
HSV(B) 189.6º 0.48% 0.41% -
XYZ 8.2 10.15 14.62 -
YUV 84.35 139.09 106.35 -
System Red Green Blue C M Y K H S L
Decimal 54 96 104 0.48 0.08 0 0.59 189.6 0.32 0.31
Hex 36 60 68 30 8 0 3B BE 20 1F
Octal 66 140 150 60 10 0 73 276 40 37
Binary 110110 1100000 1101000 110000 1000 0 111011 10111110 100000 11111

Color Harmonies of #366068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366068

Black with #366068

Text Example


Text Example

White with #366068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366068; }

 p { color: rgb(54,96,104); }

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

background-color css

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

 a { background-color: rgb(54,96,104); }

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

border-color css

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

 span { border-color: rgb(54,96,104); }

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