Html Css Color HEX #337FB1 Curious Blue

📋 copy color: '#337FB1'

red 51 ◦ green 127 ◦ blue 177

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

Shades of Curious Blue #337FB1

Tints of Curious Blue #337FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 49.86%

R = 14.37%
G = 35.77%
B = 49.86%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#337FB1 (or 0x337FB1) is known color: Curious Blue. HEX triplet: 33, 7F and B1. RGB value is (51,127,177). Sum of RGB (Red+Green+Blue) = 51+127+177=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 127 (50% from 255 or 35.77% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #337FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FB1 is #CC804E. Grayscale: #6D6D6D. Windows color (decimal): -13402191 or 11632435. OLE color: 11632435.

HSL color Cylindrical-coordinate representation of color #337FB1: hue angle of 203.81º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337FB1 is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 127 177 -
CMYK 0.71 0.28 0 0.31
HSL 203.81º 0.55% 0.45% -
HSV(B) 203.81º 0.71% 0.69% -
XYZ 16.89 19.06 44.38 -
YUV 109.98 165.82 85.93 -
System Red Green Blue C M Y K H S L
Decimal 51 127 177 0.71 0.28 0 0.31 203.81 0.55 0.45
Hex 33 7F B1 47 1C 0 1F CC 37 2D
Octal 63 177 261 107 34 0 37 314 67 55
Binary 110011 1111111 10110001 1000111 11100 0 11111 11001100 110111 101101

Color Harmonies of #337FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FB1

Black with #337FB1

Text Example


Text Example

White with #337FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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