Html Css Color HEX #3B415A Gulf Blue

📋 copy color: '#3B415A'

red 59 ◦ green 65 ◦ blue 90

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

Shades of Gulf Blue #3B415A

Tints of Gulf Blue #3B415A

RGB

 RED value IS 59 (23.44% from 255) = 27.57%

 GREEN value IS 65 (25.78% from 255) = 30.37%

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

R = 27.57%
G = 30.37%
B = 42.06%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3B415A (or 0x3B415A) is known color: Gulf Blue. HEX triplet: 3B, 41 and 5A. RGB value is (59,65,90). Sum of RGB (Red+Green+Blue) = 59+65+90=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B415A is #C4BEA5. Grayscale: #414141. Windows color (decimal): -12893862 or 5914939. OLE color: 5914939.

HSL color Cylindrical-coordinate representation of color #3B415A: hue angle of 228.39º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B415A is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 59 65 90 -
CMYK 0.34 0.28 0 0.65
HSL 228.39º 0.21% 0.29% -
HSV(B) 228.39º 0.34% 0.35% -
XYZ 5.54 5.45 10.43 -
YUV 66.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 59 65 90 0.34 0.28 0 0.65 228.39 0.21 0.29
Hex 3B 41 5A 22 1C 0 41 E4 15 1D
Octal 73 101 132 42 34 0 101 344 25 35
Binary 111011 1000001 1011010 100010 11100 0 1000001 11100100 10101 11101

Color Harmonies of #3B415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B415A

Black with #3B415A

Text Example


Text Example

White with #3B415A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B415A; }

 p { color: rgb(59,65,90); }

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

background-color css

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

 a { background-color: rgb(59,65,90); }

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

border-color css

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

 span { border-color: rgb(59,65,90); }

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