Html Css Color HEX #363F59 Gulf Blue

📋 copy color: '#363F59'

red 54 ◦ green 63 ◦ blue 89

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

Shades of Gulf Blue #363F59

Tints of Gulf Blue #363F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 43.2%

R = 26.21%
G = 30.58%
B = 43.2%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363F59 (or 0x363F59) is known color: Gulf Blue. HEX triplet: 36, 3F and 59. RGB value is (54,63,89). Sum of RGB (Red+Green+Blue) = 54+63+89=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 89 (35.16% from 255 or 43.20% from 206); Max value from RGB is 89 - color contains mainly: blue. Hex color #363F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F59 is #C9C0A6. Grayscale: #3F3F3F. Windows color (decimal): -13222055 or 5848886. OLE color: 5848886.

HSL color Cylindrical-coordinate representation of color #363F59: hue angle of 224.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #363F59 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 63 89 -
CMYK 0.39 0.29 0 0.65
HSL 224.57º 0.24% 0.28% -
HSV(B) 224.57º 0.39% 0.35% -
XYZ 5.1 5.06 10.16 -
YUV 63.27 142.52 121.39 -
System Red Green Blue C M Y K H S L
Decimal 54 63 89 0.39 0.29 0 0.65 224.57 0.24 0.28
Hex 36 3F 59 27 1D 0 41 E1 18 1C
Octal 66 77 131 47 35 0 101 341 30 34
Binary 110110 111111 1011001 100111 11101 0 1000001 11100001 11000 11100

Color Harmonies of #363F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F59

Black with #363F59

Text Example


Text Example

White with #363F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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