Html Css Color HEX #363D5A Gulf Blue

📋 copy color: '#363D5A'

red 54 ◦ green 61 ◦ blue 90

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

Shades of Gulf Blue #363D5A

Tints of Gulf Blue #363D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 26.34%
G = 29.76%
B = 43.9%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363D5A (or 0x363D5A) is known color: Gulf Blue. HEX triplet: 36, 3D and 5A. RGB value is (54,61,90). Sum of RGB (Red+Green+Blue) = 54+61+90=205 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.34% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #363D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363D5A is #C9C2A5. Grayscale: #3E3E3E. Windows color (decimal): -13222566 or 5913910. OLE color: 5913910.

HSL color Cylindrical-coordinate representation of color #363D5A: hue angle of 228.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363D5A is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 61 90 -
CMYK 0.40 0.32 0 0.65
HSL 228.33º 0.25% 0.28% -
HSV(B) 228.33º 0.4% 0.35% -
XYZ 5.04 4.86 10.35 -
YUV 62.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 54 61 90 0.40 0.32 0 0.65 228.33 0.25 0.28
Hex 36 3D 5A 28 20 0 41 E4 19 1C
Octal 66 75 132 50 40 0 101 344 31 34
Binary 110110 111101 1011010 101000 100000 0 1000001 11100100 11001 11100

Color Harmonies of #363D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D5A

Black with #363D5A

Text Example


Text Example

White with #363D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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