Html Css Color HEX #2D3F65 Gulf Blue

📋 copy color: '#2D3F65'

red 45 ◦ green 63 ◦ blue 101

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

Shades of Gulf Blue #2D3F65

Tints of Gulf Blue #2D3F65

RGB

 RED value IS 45 (17.97% from 255) = 21.53%

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 101 (39.84% from 255) = 48.33%

R = 21.53%
G = 30.14%
B = 48.33%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#2D3F65 (or 0x2D3F65) is known color: Gulf Blue. HEX triplet: 2D, 3F and 65. RGB value is (45,63,101). Sum of RGB (Red+Green+Blue) = 45+63+101=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #2D3F65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D3F65 is #D2C09A. Grayscale: #3D3D3D. Windows color (decimal): -13811867 or 6635309. OLE color: 6635309.

HSL color Cylindrical-coordinate representation of color #2D3F65: hue angle of 220.71º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D3F65 is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 45 63 101 -
CMYK 0.55 0.38 0 0.60
HSL 220.71º 0.38% 0.29% -
HSV(B) 220.71º 0.55% 0.4% -
XYZ 5.21 5.05 13.01 -
YUV 61.95 150.04 115.91 -
System Red Green Blue C M Y K H S L
Decimal 45 63 101 0.55 0.38 0 0.60 220.71 0.38 0.29
Hex 2D 3F 65 37 26 0 3C DD 26 1D
Octal 55 77 145 67 46 0 74 335 46 35
Binary 101101 111111 1100101 110111 100110 0 111100 11011101 100110 11101

Color Harmonies of #2D3F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3F65

Black with #2D3F65

Text Example


Text Example

White with #2D3F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,63,101); }

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

background-color css

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

 a { background-color: rgb(45,63,101); }

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

border-color css

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

 span { border-color: rgb(45,63,101); }

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