Html Css Color HEX #363F75 Torea Bay

📋 copy color: '#363F75'

red 54 ◦ green 63 ◦ blue 117

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

Shades of Torea Bay #363F75

Tints of Torea Bay #363F75

RGB

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

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

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

R = 23.08%
G = 26.92%
B = 50%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#363F75 (or 0x363F75) is known color: Torea Bay. HEX triplet: 36, 3F and 75. RGB value is (54,63,117). Sum of RGB (Red+Green+Blue) = 54+63+117=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #363F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F75 is #C9C08A. Grayscale: #424242. Windows color (decimal): -13222027 or 7683894. OLE color: 7683894.

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

Color convert

RGB 54 63 117 -
CMYK 0.54 0.46 0 0.54
HSL 231.43º 0.37% 0.34% -
HSV(B) 231.43º 0.54% 0.46% -
XYZ 6.51 5.62 17.57 -
YUV 66.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 54 63 117 0.54 0.46 0 0.54 231.43 0.37 0.34
Hex 36 3F 75 36 2E 0 36 E7 25 22
Octal 66 77 165 66 56 0 66 347 45 42
Binary 110110 111111 1110101 110110 101110 0 110110 11100111 100101 100010

Color Harmonies of #363F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F75

Black with #363F75

Text Example


Text Example

White with #363F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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