Html Css Color HEX #365867 Blumine

📋 copy color: '#365867'

red 54 ◦ green 88 ◦ blue 103

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

Shades of Blumine #365867

Tints of Blumine #365867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 22.04%
G = 35.92%
B = 42.04%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#365867 (or 0x365867) is known color: Blumine. HEX triplet: 36, 58 and 67. RGB value is (54,88,103). Sum of RGB (Red+Green+Blue) = 54+88+103=245 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.04% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 103 - color contains mainly: blue. Hex color #365867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365867 is #C9A798. Grayscale: #4F4F4F. Windows color (decimal): -13215641 or 6772790. OLE color: 6772790.

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

Color convert

RGB 54 88 103 -
CMYK 0.48 0.15 0 0.60
HSL 198.37º 0.31% 0.31% -
HSV(B) 198.37º 0.48% 0.4% -
XYZ 7.46 8.74 14.13 -
YUV 79.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 54 88 103 0.48 0.15 0 0.60 198.37 0.31 0.31
Hex 36 58 67 30 F 0 3C C6 1F 1F
Octal 66 130 147 60 17 0 74 306 37 37
Binary 110110 1011000 1100111 110000 1111 0 111100 11000110 11111 11111

Color Harmonies of #365867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365867

Black with #365867

Text Example


Text Example

White with #365867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365867; }

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

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

background-color css

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

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

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

border-color css

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

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

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