Html Css Color HEX #334265 Gulf Blue

📋 copy color: '#334265'

red 51 ◦ green 66 ◦ blue 101

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

Shades of Gulf Blue #334265

Tints of Gulf Blue #334265

RGB

 RED value IS 51 (20.31% from 255) = 23.39%

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

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

R = 23.39%
G = 30.28%
B = 46.33%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#334265 (or 0x334265) is known color: Gulf Blue. HEX triplet: 33, 42 and 65. RGB value is (51,66,101). Sum of RGB (Red+Green+Blue) = 51+66+101=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 101 (39.84% from 255 or 46.33% from 218); Max value from RGB is 101 - color contains mainly: blue. Hex color #334265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334265 is #CCBD9A. Grayscale: #414141. Windows color (decimal): -13417883 or 6636083. OLE color: 6636083.

HSL color Cylindrical-coordinate representation of color #334265: hue angle of 222º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #334265 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 51 66 101 -
CMYK 0.50 0.35 0 0.60
HSL 222º 0.33% 0.3% -
HSV(B) 222º 0.5% 0.4% -
XYZ 5.66 5.54 13.08 -
YUV 65.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 51 66 101 0.50 0.35 0 0.60 222 0.33 0.3
Hex 33 42 65 32 23 0 3C DE 21 1E
Octal 63 102 145 62 43 0 74 336 41 36
Binary 110011 1000010 1100101 110010 100011 0 111100 11011110 100001 11110

Color Harmonies of #334265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334265

Black with #334265

Text Example


Text Example

White with #334265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334265; }

 p { color: rgb(51,66,101); }

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

background-color css

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

 a { background-color: rgb(51,66,101); }

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

border-color css

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

 span { border-color: rgb(51,66,101); }

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