Html Css Color HEX #337DB4 Curious Blue

📋 copy color: '#337DB4'

red 51 ◦ green 125 ◦ blue 180

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

Shades of Curious Blue #337DB4

Tints of Curious Blue #337DB4

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.11%

 BLUE value IS 180 (70.7% from 255) = 50.56%

R = 14.33%
G = 35.11%
B = 50.56%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#337DB4 (or 0x337DB4) is known color: Curious Blue. HEX triplet: 33, 7D and B4. RGB value is (51,125,180). Sum of RGB (Red+Green+Blue) = 51+125+180=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #337DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DB4 is #CC824B. Grayscale: #6C6C6C. Windows color (decimal): -13402700 or 11828531. OLE color: 11828531.

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

Color convert

RGB 51 125 180 -
CMYK 0.72 0.31 0 0.29
HSL 205.58º 0.56% 0.45% -
HSV(B) 205.58º 0.72% 0.71% -
XYZ 16.94 18.67 45.89 -
YUV 109.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 51 125 180 0.72 0.31 0 0.29 205.58 0.56 0.45
Hex 33 7D B4 48 1F 0 1D CE 38 2D
Octal 63 175 264 110 37 0 35 316 70 55
Binary 110011 1111101 10110100 1001000 11111 0 11101 11001110 111000 101101

Color Harmonies of #337DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DB4

Black with #337DB4

Text Example


Text Example

White with #337DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,125,180); }

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

background-color css

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

 a { background-color: rgb(51,125,180); }

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

border-color css

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

 span { border-color: rgb(51,125,180); }

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