Html Css Color HEX #365667 Blumine

📋 copy color: '#365667'

red 54 ◦ green 86 ◦ blue 103

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

Shades of Blumine #365667

Tints of Blumine #365667

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 103 (40.63% from 255) = 42.39%

R = 22.22%
G = 35.39%
B = 42.39%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365667 (or 0x365667) is known color: Blumine. HEX triplet: 36, 56 and 67. RGB value is (54,86,103). Sum of RGB (Red+Green+Blue) = 54+86+103=243 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.22% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #365667 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365667 is #C9A998. Grayscale: #4E4E4E. Windows color (decimal): -13216153 or 6772278. OLE color: 6772278.

HSL color Cylindrical-coordinate representation of color #365667: hue angle of 200.82º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #365667 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 86 103 -
CMYK 0.48 0.17 0 0.60
HSL 200.82º 0.31% 0.31% -
HSV(B) 200.82º 0.48% 0.4% -
XYZ 7.3 8.42 14.07 -
YUV 78.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 54 86 103 0.48 0.17 0 0.60 200.82 0.31 0.31
Hex 36 56 67 30 11 0 3C C9 1F 1F
Octal 66 126 147 60 21 0 74 311 37 37
Binary 110110 1010110 1100111 110000 10001 0 111100 11001001 11111 11111

Color Harmonies of #365667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365667

Black with #365667

Text Example


Text Example

White with #365667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365667; }

 p { color: rgb(54,86,103); }

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

background-color css

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

 a { background-color: rgb(54,86,103); }

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

border-color css

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

 span { border-color: rgb(54,86,103); }

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