Html Css Color HEX #363874 Torea Bay

📋 copy color: '#363874'

red 54 ◦ green 56 ◦ blue 116

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

Shades of Torea Bay #363874

Tints of Torea Bay #363874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.78%

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

R = 23.89%
G = 24.78%
B = 51.33%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#363874 (or 0x363874) is known color: Torea Bay. HEX triplet: 36, 38 and 74. RGB value is (54,56,116). Sum of RGB (Red+Green+Blue) = 54+56+116=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #363874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363874 is #C9C78B. Grayscale: #3D3D3D. Windows color (decimal): -13223820 or 7616566. OLE color: 7616566.

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

Color convert

RGB 54 56 116 -
CMYK 0.53 0.52 0 0.55
HSL 238.06º 0.36% 0.33% -
HSV(B) 238.06º 0.53% 0.45% -
XYZ 6.09 4.87 17.14 -
YUV 62.24 158.34 122.12 -
System Red Green Blue C M Y K H S L
Decimal 54 56 116 0.53 0.52 0 0.55 238.06 0.36 0.33
Hex 36 38 74 35 34 0 37 EE 24 21
Octal 66 70 164 65 64 0 67 356 44 41
Binary 110110 111000 1110100 110101 110100 0 110111 11101110 100100 100001

Color Harmonies of #363874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363874

Black with #363874

Text Example


Text Example

White with #363874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363874; }

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

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

background-color css

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

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

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

border-color css

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

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

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