Html Css Color HEX #384260 Gulf Blue

📋 copy color: '#384260'

red 56 ◦ green 66 ◦ blue 96

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

Shades of Gulf Blue #384260

Tints of Gulf Blue #384260

RGB

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

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

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

R = 25.69%
G = 30.28%
B = 44.04%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384260 (or 0x384260) is known color: Gulf Blue. HEX triplet: 38, 42 and 60. RGB value is (56,66,96). Sum of RGB (Red+Green+Blue) = 56+66+96=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 96 (37.89% from 255 or 44.04% from 218); Max value from RGB is 96 - color contains mainly: blue. Hex color #384260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384260 is #C7BD9F. Grayscale: #424242. Windows color (decimal): -13090208 or 6308408. OLE color: 6308408.

HSL color Cylindrical-coordinate representation of color #384260: hue angle of 225º 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 #384260 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 66 96 -
CMYK 0.42 0.31 0 0.62
HSL 225º 0.26% 0.3% -
HSV(B) 225º 0.42% 0.38% -
XYZ 5.69 5.58 11.84 -
YUV 66.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 56 66 96 0.42 0.31 0 0.62 225 0.26 0.3
Hex 38 42 60 2A 1F 0 3E E1 1A 1E
Octal 70 102 140 52 37 0 76 341 32 36
Binary 111000 1000010 1100000 101010 11111 0 111110 11100001 11010 11110

Color Harmonies of #384260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384260

Black with #384260

Text Example


Text Example

White with #384260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384260; }

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

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

background-color css

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

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

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

border-color css

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

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

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