Html Css Color HEX #38425A Gulf Blue

📋 copy color: '#38425A'

red 56 ◦ green 66 ◦ blue 90

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

Shades of Gulf Blue #38425A

Tints of Gulf Blue #38425A

RGB

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

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

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

R = 26.42%
G = 31.13%
B = 42.45%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38425A (or 0x38425A) is known color: Gulf Blue. HEX triplet: 38, 42 and 5A. RGB value is (56,66,90). Sum of RGB (Red+Green+Blue) = 56+66+90=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #38425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38425A is #C7BDA5. Grayscale: #414141. Windows color (decimal): -13090214 or 5915192. OLE color: 5915192.

HSL color Cylindrical-coordinate representation of color #38425A: hue angle of 222.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38425A is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 66 90 -
CMYK 0.38 0.27 0 0.65
HSL 222.35º 0.23% 0.29% -
HSV(B) 222.35º 0.38% 0.35% -
XYZ 5.42 5.48 10.44 -
YUV 65.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 56 66 90 0.38 0.27 0 0.65 222.35 0.23 0.29
Hex 38 42 5A 26 1B 0 41 DE 17 1D
Octal 70 102 132 46 33 0 101 336 27 35
Binary 111000 1000010 1011010 100110 11011 0 1000001 11011110 10111 11101

Color Harmonies of #38425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38425A

Black with #38425A

Text Example


Text Example

White with #38425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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