Html Css Color HEX #365F70 Blumine

📋 copy color: '#365F70'

red 54 ◦ green 95 ◦ blue 112

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

Shades of Blumine #365F70

Tints of Blumine #365F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 112 (44.14% from 255) = 42.91%

R = 20.69%
G = 36.4%
B = 42.91%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365F70 (or 0x365F70) is known color: Blumine. HEX triplet: 36, 5F and 70. RGB value is (54,95,112). Sum of RGB (Red+Green+Blue) = 54+95+112=261 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.69% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 112 - color contains mainly: blue. Hex color #365F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F70 is #C9A08F. Grayscale: #545454. Windows color (decimal): -13213840 or 7364406. OLE color: 7364406.

HSL color Cylindrical-coordinate representation of color #365F70: hue angle of 197.59º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #365F70 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 95 112 -
CMYK 0.52 0.15 0 0.56
HSL 197.59º 0.35% 0.33% -
HSV(B) 197.59º 0.52% 0.44% -
XYZ 8.54 10.14 16.84 -
YUV 84.68 143.42 106.12 -
System Red Green Blue C M Y K H S L
Decimal 54 95 112 0.52 0.15 0 0.56 197.59 0.35 0.33
Hex 36 5F 70 34 F 0 38 C6 23 21
Octal 66 137 160 64 17 0 70 306 43 41
Binary 110110 1011111 1110000 110100 1111 0 111000 11000110 100011 100001

Color Harmonies of #365F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F70

Black with #365F70

Text Example


Text Example

White with #365F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,95,112); }

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

background-color css

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

 a { background-color: rgb(54,95,112); }

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

border-color css

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

 span { border-color: rgb(54,95,112); }

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