Html Css Color HEX #2B385E Gulf Blue

📋 copy color: '#2B385E'

red 43 ◦ green 56 ◦ blue 94

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

Shades of Gulf Blue #2B385E

Tints of Gulf Blue #2B385E

RGB

 RED value IS 43 (17.19% from 255) = 22.28%

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 94 (37.11% from 255) = 48.7%

R = 22.28%
G = 29.02%
B = 48.7%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2B385E (or 0x2B385E) is known color: Gulf Blue. HEX triplet: 2B, 38 and 5E. RGB value is (43,56,94). Sum of RGB (Red+Green+Blue) = 43+56+94=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B385E is #D4C7A1. Grayscale: #383838. Windows color (decimal): -13944738 or 6174763. OLE color: 6174763.

HSL color Cylindrical-coordinate representation of color #2B385E: hue angle of 224.71º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2B385E is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 43 56 94 -
CMYK 0.54 0.40 0 0.63
HSL 224.71º 0.37% 0.27% -
HSV(B) 224.71º 0.54% 0.37% -
XYZ 4.43 4.15 11.16 -
YUV 56.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 43 56 94 0.54 0.40 0 0.63 224.71 0.37 0.27
Hex 2B 38 5E 36 28 0 3F E1 25 1B
Octal 53 70 136 66 50 0 77 341 45 33
Binary 101011 111000 1011110 110110 101000 0 111111 11100001 100101 11011

Color Harmonies of #2B385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B385E

Black with #2B385E

Text Example


Text Example

White with #2B385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B385E; }

 p { color: rgb(43,56,94); }

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

background-color css

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

 a { background-color: rgb(43,56,94); }

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

border-color css

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

 span { border-color: rgb(43,56,94); }

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