Html Css Color HEX #365B67 Blumine

📋 copy color: '#365B67'

red 54 ◦ green 91 ◦ blue 103

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

Shades of Blumine #365B67

Tints of Blumine #365B67

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.69%

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

R = 21.77%
G = 36.69%
B = 41.53%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365B67 (or 0x365B67) is known color: Blumine. HEX triplet: 36, 5B and 67. RGB value is (54,91,103). Sum of RGB (Red+Green+Blue) = 54+91+103=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 91 (35.94% from 255 or 36.69% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 103 - color contains mainly: blue. Hex color #365B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365B67 is #C9A498. Grayscale: #515151. Windows color (decimal): -13214873 or 6773558. OLE color: 6773558.

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

Color convert

RGB 54 91 103 -
CMYK 0.48 0.12 0 0.60
HSL 194.69º 0.31% 0.31% -
HSV(B) 194.69º 0.48% 0.4% -
XYZ 7.71 9.25 14.21 -
YUV 81.31 140.24 108.52 -
System Red Green Blue C M Y K H S L
Decimal 54 91 103 0.48 0.12 0 0.60 194.69 0.31 0.31
Hex 36 5B 67 30 C 0 3C C3 1F 1F
Octal 66 133 147 60 14 0 74 303 37 37
Binary 110110 1011011 1100111 110000 1100 0 111100 11000011 11111 11111

Color Harmonies of #365B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365B67

Black with #365B67

Text Example


Text Example

White with #365B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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