Html Css Color HEX #384460 Gulf Blue

📋 copy color: '#384460'

red 56 ◦ green 68 ◦ blue 96

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

Shades of Gulf Blue #384460

Tints of Gulf Blue #384460

RGB

 RED value IS 56 (22.27% from 255) = 25.45%

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 96 (37.89% from 255) = 43.64%

R = 25.45%
G = 30.91%
B = 43.64%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384460 (or 0x384460) is known color: Gulf Blue. HEX triplet: 38, 44 and 60. RGB value is (56,68,96). Sum of RGB (Red+Green+Blue) = 56+68+96=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #384460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384460 is #C7BB9F. Grayscale: #434343. Windows color (decimal): -13089696 or 6308920. OLE color: 6308920.

HSL color Cylindrical-coordinate representation of color #384460: hue angle of 222º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384460 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 68 96 -
CMYK 0.42 0.29 0 0.62
HSL 222º 0.26% 0.3% -
HSV(B) 222º 0.42% 0.38% -
XYZ 5.81 5.82 11.88 -
YUV 67.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 56 68 96 0.42 0.29 0 0.62 222 0.26 0.3
Hex 38 44 60 2A 1D 0 3E DE 1A 1E
Octal 70 104 140 52 35 0 76 336 32 36
Binary 111000 1000100 1100000 101010 11101 0 111110 11011110 11010 11110

Color Harmonies of #384460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384460

Black with #384460

Text Example


Text Example

White with #384460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384460; }

 p { color: rgb(56,68,96); }

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

background-color css

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

 a { background-color: rgb(56,68,96); }

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

border-color css

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

 span { border-color: rgb(56,68,96); }

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