Html Css Color HEX #363A71 Torea Bay

📋 copy color: '#363A71'

red 54 ◦ green 58 ◦ blue 113

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

Shades of Torea Bay #363A71

Tints of Torea Bay #363A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

 BLUE value IS 113 (44.53% from 255) = 50.22%

R = 24%
G = 25.78%
B = 50.22%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#363A71 (or 0x363A71) is known color: Torea Bay. HEX triplet: 36, 3A and 71. RGB value is (54,58,113). Sum of RGB (Red+Green+Blue) = 54+58+113=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 113 (44.53% from 255 or 50.22% from 225); Max value from RGB is 113 - color contains mainly: blue. Hex color #363A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363A71 is #C9C58E. Grayscale: #3E3E3E. Windows color (decimal): -13223311 or 7420470. OLE color: 7420470.

HSL color Cylindrical-coordinate representation of color #363A71: hue angle of 235.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #363A71 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 58 113 -
CMYK 0.52 0.49 0 0.56
HSL 235.93º 0.35% 0.33% -
HSV(B) 235.93º 0.52% 0.44% -
XYZ 6.02 5 16.27 -
YUV 63.07 156.17 121.53 -
System Red Green Blue C M Y K H S L
Decimal 54 58 113 0.52 0.49 0 0.56 235.93 0.35 0.33
Hex 36 3A 71 34 31 0 38 EC 23 21
Octal 66 72 161 64 61 0 70 354 43 41
Binary 110110 111010 1110001 110100 110001 0 111000 11101100 100011 100001

Color Harmonies of #363A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A71

Black with #363A71

Text Example


Text Example

White with #363A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,58,113); }

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

background-color css

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

 a { background-color: rgb(54,58,113); }

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

border-color css

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

 span { border-color: rgb(54,58,113); }

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