Html Css Color HEX #337FBA Curious Blue

📋 copy color: '#337FBA'

red 51 ◦ green 127 ◦ blue 186

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

Shades of Curious Blue #337FBA

Tints of Curious Blue #337FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

 BLUE value IS 186 (73.05% from 255) = 51.1%

R = 14.01%
G = 34.89%
B = 51.1%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#337FBA (or 0x337FBA) is known color: Curious Blue. HEX triplet: 33, 7F and BA. RGB value is (51,127,186). Sum of RGB (Red+Green+Blue) = 51+127+186=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #337FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FBA is #CC8045. Grayscale: #6E6E6E. Windows color (decimal): -13402182 or 12222259. OLE color: 12222259.

HSL color Cylindrical-coordinate representation of color #337FBA: hue angle of 206.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337FBA is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 51 127 186 -
CMYK 0.73 0.32 0 0.27
HSL 206.22º 0.57% 0.46% -
HSV(B) 206.22º 0.73% 0.73% -
XYZ 17.82 19.43 49.27 -
YUV 111 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 51 127 186 0.73 0.32 0 0.27 206.22 0.57 0.46
Hex 33 7F BA 49 20 0 1B CE 39 2E
Octal 63 177 272 111 40 0 33 316 71 56
Binary 110011 1111111 10111010 1001001 100000 0 11011 11001110 111001 101110

Color Harmonies of #337FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FBA

Black with #337FBA

Text Example


Text Example

White with #337FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337FBA; }

 p { color: rgb(51,127,186); }

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

background-color css

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

 a { background-color: rgb(51,127,186); }

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

border-color css

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

 span { border-color: rgb(51,127,186); }

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