Html Css Color HEX #363875 Torea Bay

📋 copy color: '#363875'

red 54 ◦ green 56 ◦ blue 117

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

Shades of Torea Bay #363875

Tints of Torea Bay #363875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 23.79%
G = 24.67%
B = 51.54%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363875 (or 0x363875) is known color: Torea Bay. HEX triplet: 36, 38 and 75. RGB value is (54,56,117). Sum of RGB (Red+Green+Blue) = 54+56+117=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #363875 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363875 is #C9C78A. Grayscale: #3E3E3E. Windows color (decimal): -13223819 or 7682102. OLE color: 7682102.

HSL color Cylindrical-coordinate representation of color #363875: hue angle of 238.1º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #363875 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 56 117 -
CMYK 0.54 0.52 0 0.54
HSL 238.1º 0.37% 0.34% -
HSV(B) 238.1º 0.54% 0.46% -
XYZ 6.15 4.9 17.45 -
YUV 62.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 54 56 117 0.54 0.52 0 0.54 238.1 0.37 0.34
Hex 36 38 75 36 34 0 36 EE 25 22
Octal 66 70 165 66 64 0 66 356 45 42
Binary 110110 111000 1110101 110110 110100 0 110110 11101110 100101 100010

Color Harmonies of #363875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363875

Black with #363875

Text Example


Text Example

White with #363875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363875; }

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

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

background-color css

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

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

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

border-color css

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

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

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