Html Css Color HEX #363F74 Torea Bay

📋 copy color: '#363F74'

red 54 ◦ green 63 ◦ blue 116

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

Shades of Torea Bay #363F74

Tints of Torea Bay #363F74

RGB

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

 GREEN value IS 63 (25% from 255) = 27.04%

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

R = 23.18%
G = 27.04%
B = 49.79%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363F74 (or 0x363F74) is known color: Torea Bay. HEX triplet: 36, 3F and 74. RGB value is (54,63,116). Sum of RGB (Red+Green+Blue) = 54+63+116=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #363F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F74 is #C9C08B. Grayscale: #424242. Windows color (decimal): -13222028 or 7618358. OLE color: 7618358.

HSL color Cylindrical-coordinate representation of color #363F74: hue angle of 231.29º 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 #363F74 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 63 116 -
CMYK 0.53 0.46 0 0.55
HSL 231.29º 0.36% 0.33% -
HSV(B) 231.29º 0.53% 0.45% -
XYZ 6.45 5.6 17.26 -
YUV 66.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 54 63 116 0.53 0.46 0 0.55 231.29 0.36 0.33
Hex 36 3F 74 35 2E 0 37 E7 24 21
Octal 66 77 164 65 56 0 67 347 44 41
Binary 110110 111111 1110100 110101 101110 0 110111 11100111 100100 100001

Color Harmonies of #363F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F74

Black with #363F74

Text Example


Text Example

White with #363F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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