Html Css Color HEX #364074 Torea Bay

📋 copy color: '#364074'

red 54 ◦ green 64 ◦ blue 116

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

Shades of Torea Bay #364074

Tints of Torea Bay #364074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 23.08%
G = 27.35%
B = 49.57%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#364074 (or 0x364074) is known color: Torea Bay. HEX triplet: 36, 40 and 74. RGB value is (54,64,116). Sum of RGB (Red+Green+Blue) = 54+64+116=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #364074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364074 is #C9BF8B. Grayscale: #424242. Windows color (decimal): -13221772 or 7618614. OLE color: 7618614.

HSL color Cylindrical-coordinate representation of color #364074: hue angle of 230.32º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #364074 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 64 116 -
CMYK 0.53 0.45 0 0.55
HSL 230.32º 0.36% 0.33% -
HSV(B) 230.32º 0.53% 0.45% -
XYZ 6.51 5.71 17.28 -
YUV 66.94 155.69 118.77 -
System Red Green Blue C M Y K H S L
Decimal 54 64 116 0.53 0.45 0 0.55 230.32 0.36 0.33
Hex 36 40 74 35 2D 0 37 E6 24 21
Octal 66 100 164 65 55 0 67 346 44 41
Binary 110110 1000000 1110100 110101 101101 0 110111 11100110 100100 100001

Color Harmonies of #364074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364074

Black with #364074

Text Example


Text Example

White with #364074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364074; }

 p { color: rgb(54,64,116); }

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

background-color css

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

 a { background-color: rgb(54,64,116); }

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

border-color css

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

 span { border-color: rgb(54,64,116); }

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