Html Css Color HEX #363F73 Torea Bay

📋 copy color: '#363F73'

red 54 ◦ green 63 ◦ blue 115

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

Shades of Torea Bay #363F73

Tints of Torea Bay #363F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.57%

R = 23.28%
G = 27.16%
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

#363F73 (or 0x363F73) is known color: Torea Bay. HEX triplet: 36, 3F and 73. RGB value is (54,63,115). Sum of RGB (Red+Green+Blue) = 54+63+115=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 63 (25% from 255 or 27.16% from 232); Blue value is 115 (45.31% from 255 or 49.57% from 232); Max value from RGB is 115 - color contains mainly: blue. Hex color #363F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F73 is #C9C08C. Grayscale: #424242. Windows color (decimal): -13222029 or 7552822. OLE color: 7552822.

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

Color convert

RGB 54 63 115 -
CMYK 0.53 0.45 0 0.55
HSL 231.15º 0.36% 0.33% -
HSV(B) 231.15º 0.53% 0.45% -
XYZ 6.39 5.58 16.96 -
YUV 66.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 54 63 115 0.53 0.45 0 0.55 231.15 0.36 0.33
Hex 36 3F 73 35 2D 0 37 E7 24 21
Octal 66 77 163 65 55 0 67 347 44 41
Binary 110110 111111 1110011 110101 101101 0 110111 11100111 100100 100001

Color Harmonies of #363F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F73

Black with #363F73

Text Example


Text Example

White with #363F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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