Html Css Color HEX #365A70 Blumine

📋 copy color: '#365A70'

red 54 ◦ green 90 ◦ blue 112

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

Shades of Blumine #365A70

Tints of Blumine #365A70

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 21.09%
G = 35.16%
B = 43.75%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#365A70 (or 0x365A70) is known color: Blumine. HEX triplet: 36, 5A and 70. RGB value is (54,90,112). Sum of RGB (Red+Green+Blue) = 54+90+112=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #365A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A70 is #C9A58F. Grayscale: #515151. Windows color (decimal): -13215120 or 7363126. OLE color: 7363126.

HSL color Cylindrical-coordinate representation of color #365A70: hue angle of 202.76º 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 #365A70 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 90 112 -
CMYK 0.52 0.20 0 0.56
HSL 202.76º 0.35% 0.33% -
HSV(B) 202.76º 0.52% 0.44% -
XYZ 8.1 9.27 16.69 -
YUV 81.74 145.07 108.21 -
System Red Green Blue C M Y K H S L
Decimal 54 90 112 0.52 0.20 0 0.56 202.76 0.35 0.33
Hex 36 5A 70 34 14 0 38 CB 23 21
Octal 66 132 160 64 24 0 70 313 43 41
Binary 110110 1011010 1110000 110100 10100 0 111000 11001011 100011 100001

Color Harmonies of #365A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A70

Black with #365A70

Text Example


Text Example

White with #365A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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