Html Css Color HEX #363F7B Torea Bay

📋 copy color: '#363F7B'

red 54 ◦ green 63 ◦ blue 123

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

Shades of Torea Bay #363F7B

Tints of Torea Bay #363F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.25%

R = 22.5%
G = 26.25%
B = 51.25%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#363F7B (or 0x363F7B) is known color: Torea Bay. HEX triplet: 36, 3F and 7B. RGB value is (54,63,123). Sum of RGB (Red+Green+Blue) = 54+63+123=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #363F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F7B is #C9C084. Grayscale: #424242. Windows color (decimal): -13222021 or 8077110. OLE color: 8077110.

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

Color convert

RGB 54 63 123 -
CMYK 0.56 0.49 0 0.52
HSL 232.17º 0.39% 0.35% -
HSV(B) 232.17º 0.56% 0.48% -
XYZ 6.87 5.77 19.49 -
YUV 67.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 54 63 123 0.56 0.49 0 0.52 232.17 0.39 0.35
Hex 36 3F 7B 38 31 0 34 E8 27 23
Octal 66 77 173 70 61 0 64 350 47 43
Binary 110110 111111 1111011 111000 110001 0 110100 11101000 100111 100011

Color Harmonies of #363F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F7B

Black with #363F7B

Text Example


Text Example

White with #363F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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