Html Css Color HEX #363D59 Gulf Blue

📋 copy color: '#363D59'

red 54 ◦ green 61 ◦ blue 89

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

Shades of Gulf Blue #363D59

Tints of Gulf Blue #363D59

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

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

R = 26.47%
G = 29.9%
B = 43.63%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363D59 (or 0x363D59) is known color: Gulf Blue. HEX triplet: 36, 3D and 59. RGB value is (54,61,89). Sum of RGB (Red+Green+Blue) = 54+61+89=204 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.47% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #363D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D59 is #C9C2A6. Grayscale: #3D3D3D. Windows color (decimal): -13222567 or 5848374. OLE color: 5848374.

HSL color Cylindrical-coordinate representation of color #363D59: hue angle of 228º 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 #363D59 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 61 89 -
CMYK 0.39 0.31 0 0.65
HSL 228º 0.24% 0.28% -
HSV(B) 228º 0.39% 0.35% -
XYZ 4.99 4.84 10.12 -
YUV 62.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 54 61 89 0.39 0.31 0 0.65 228 0.24 0.28
Hex 36 3D 59 27 1F 0 41 E4 18 1C
Octal 66 75 131 47 37 0 101 344 30 34
Binary 110110 111101 1011001 100111 11111 0 1000001 11100100 11000 11100

Color Harmonies of #363D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D59

Black with #363D59

Text Example


Text Example

White with #363D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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