Html Css Color HEX #337DBB Curious Blue

📋 copy color: '#337DBB'

red 51 ◦ green 125 ◦ blue 187

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

Shades of Curious Blue #337DBB

Tints of Curious Blue #337DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.52%

R = 14.05%
G = 34.44%
B = 51.52%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#337DBB (or 0x337DBB) is known color: Curious Blue. HEX triplet: 33, 7D and BB. RGB value is (51,125,187). Sum of RGB (Red+Green+Blue) = 51+125+187=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #337DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DBB is #CC8244. Grayscale: #6D6D6D. Windows color (decimal): -13402693 or 12287283. OLE color: 12287283.

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

Color convert

RGB 51 125 187 -
CMYK 0.73 0.33 0 0.27
HSL 207.35º 0.57% 0.47% -
HSV(B) 207.35º 0.73% 0.73% -
XYZ 17.67 18.96 49.74 -
YUV 109.94 171.48 85.96 -
System Red Green Blue C M Y K H S L
Decimal 51 125 187 0.73 0.33 0 0.27 207.35 0.57 0.47
Hex 33 7D BB 49 21 0 1B CF 39 2F
Octal 63 175 273 111 41 0 33 317 71 57
Binary 110011 1111101 10111011 1001001 100001 0 11011 11001111 111001 101111

Color Harmonies of #337DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337DBB

Black with #337DBB

Text Example


Text Example

White with #337DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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