Html Css Color HEX #36425D Gulf Blue

📋 copy color: '#36425D'

red 54 ◦ green 66 ◦ blue 93

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

Shades of Gulf Blue #36425D

Tints of Gulf Blue #36425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

 BLUE value IS 93 (36.72% from 255) = 43.66%

R = 25.35%
G = 30.99%
B = 43.66%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#36425D (or 0x36425D) is known color: Gulf Blue. HEX triplet: 36, 42 and 5D. RGB value is (54,66,93). Sum of RGB (Red+Green+Blue) = 54+66+93=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #36425D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36425D is #C9BDA2. Grayscale: #414141. Windows color (decimal): -13221283 or 6111798. OLE color: 6111798.

HSL color Cylindrical-coordinate representation of color #36425D: hue angle of 221.54º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #36425D is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 66 93 -
CMYK 0.42 0.29 0 0.64
HSL 221.54º 0.27% 0.29% -
HSV(B) 221.54º 0.42% 0.36% -
XYZ 5.45 5.47 11.12 -
YUV 65.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 54 66 93 0.42 0.29 0 0.64 221.54 0.27 0.29
Hex 36 42 5D 2A 1D 0 40 DE 1B 1D
Octal 66 102 135 52 35 0 100 336 33 35
Binary 110110 1000010 1011101 101010 11101 0 1000000 11011110 11011 11101

Color Harmonies of #36425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36425D

Black with #36425D

Text Example


Text Example

White with #36425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36425D; }

 p { color: rgb(54,66,93); }

 H1.HeaderClassName
 {
   color: #36425D;
 }
 .AnyTagClassName
 {
   color: #36425D;
 }
</style>

background-color css

<style>
 a { background-color: #36425D; }

 a { background-color: rgb(54,66,93); }

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

border-color css

<style>
 span { border-color: #36425D; }

 span { border-color: rgb(54,66,93); }

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