Html Css Color HEX #337BC0 Curious Blue

📋 copy color: '#337BC0'

red 51 ◦ green 123 ◦ blue 192

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

Shades of Curious Blue #337BC0

Tints of Curious Blue #337BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.61%

 BLUE value IS 192 (75.39% from 255) = 52.46%

R = 13.93%
G = 33.61%
B = 52.46%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#337BC0 (or 0x337BC0) is known color: Curious Blue. HEX triplet: 33, 7B and C0. RGB value is (51,123,192). Sum of RGB (Red+Green+Blue) = 51+123+192=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #337BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BC0 is #CC843F. Grayscale: #6C6C6C. Windows color (decimal): -13403200 or 12614451. OLE color: 12614451.

HSL color Cylindrical-coordinate representation of color #337BC0: hue angle of 209.36º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #337BC0 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 123 192 -
CMYK 0.73 0.36 0 0.25
HSL 209.36º 0.58% 0.48% -
HSV(B) 209.36º 0.73% 0.75% -
XYZ 17.96 18.68 52.53 -
YUV 109.34 174.65 86.39 -
System Red Green Blue C M Y K H S L
Decimal 51 123 192 0.73 0.36 0 0.25 209.36 0.58 0.48
Hex 33 7B C0 49 24 0 19 D1 3A 30
Octal 63 173 300 111 44 0 31 321 72 60
Binary 110011 1111011 11000000 1001001 100100 0 11001 11010001 111010 110000

Color Harmonies of #337BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BC0

Black with #337BC0

Text Example


Text Example

White with #337BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,123,192); }

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

background-color css

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

 a { background-color: rgb(51,123,192); }

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

border-color css

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

 span { border-color: rgb(51,123,192); }

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