Html Css Color HEX #365C66 Blumine

📋 copy color: '#365C66'

red 54 ◦ green 92 ◦ blue 102

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

Shades of Blumine #365C66

Tints of Blumine #365C66

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.1%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 21.77%
G = 37.1%
B = 41.13%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#365C66 (or 0x365C66) is known color: Blumine. HEX triplet: 36, 5C and 66. RGB value is (54,92,102). Sum of RGB (Red+Green+Blue) = 54+92+102=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 102 - color contains mainly: blue. Hex color #365C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C66 is #C9A399. Grayscale: #515151. Windows color (decimal): -13214618 or 6708278. OLE color: 6708278.

HSL color Cylindrical-coordinate representation of color #365C66: hue angle of 192.5º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #365C66 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 54 92 102 -
CMYK 0.47 0.10 0 0.6
HSL 192.5º 0.31% 0.31% -
HSV(B) 192.5º 0.47% 0.4% -
XYZ 7.75 9.4 13.98 -
YUV 81.78 139.41 108.19 -
System Red Green Blue C M Y K H S L
Decimal 54 92 102 0.47 0.10 0 0.6 192.5 0.31 0.31
Hex 36 5C 66 2F A 0 3C C0 1F 1F
Octal 66 134 146 57 12 0 74 300 37 37
Binary 110110 1011100 1100110 101111 1010 0 111100 11000000 11111 11111

Color Harmonies of #365C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C66

Black with #365C66

Text Example


Text Example

White with #365C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365C66; }

 p { color: rgb(54,92,102); }

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

background-color css

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

 a { background-color: rgb(54,92,102); }

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

border-color css

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

 span { border-color: rgb(54,92,102); }

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