Html Css Color HEX #365C67 Blumine

📋 copy color: '#365C67'

red 54 ◦ green 92 ◦ blue 103

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

Shades of Blumine #365C67

Tints of Blumine #365C67

RGB

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

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

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

R = 21.69%
G = 36.95%
B = 41.37%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365C67 (or 0x365C67) is known color: Blumine. HEX triplet: 36, 5C and 67. RGB value is (54,92,103). Sum of RGB (Red+Green+Blue) = 54+92+103=249 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.69% from 249); Green value is 92 (36.33% from 255 or 36.95% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 103 - color contains mainly: blue. Hex color #365C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365C67 is #C9A398. Grayscale: #515151. Windows color (decimal): -13214617 or 6773814. OLE color: 6773814.

HSL color Cylindrical-coordinate representation of color #365C67: hue angle of 193.47º 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 #365C67 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 92 103 -
CMYK 0.48 0.11 0 0.60
HSL 193.47º 0.31% 0.31% -
HSV(B) 193.47º 0.48% 0.4% -
XYZ 7.8 9.42 14.24 -
YUV 81.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 54 92 103 0.48 0.11 0 0.60 193.47 0.31 0.31
Hex 36 5C 67 30 B 0 3C C1 1F 1F
Octal 66 134 147 60 13 0 74 301 37 37
Binary 110110 1011100 1100111 110000 1011 0 111100 11000001 11111 11111

Color Harmonies of #365C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C67

Black with #365C67

Text Example


Text Example

White with #365C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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