Html Css Color HEX #337EC1 Curious Blue

📋 copy color: '#337EC1'

red 51 ◦ green 126 ◦ blue 193

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

Shades of Curious Blue #337EC1

Tints of Curious Blue #337EC1

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 193 (75.78% from 255) = 52.16%

R = 13.78%
G = 34.05%
B = 52.16%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#337EC1 (or 0x337EC1) is known color: Curious Blue. HEX triplet: 33, 7E and C1. RGB value is (51,126,193). Sum of RGB (Red+Green+Blue) = 51+126+193=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #337EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337EC1 is #CC813E. Grayscale: #6E6E6E. Windows color (decimal): -13402431 or 12680755. OLE color: 12680755.

HSL color Cylindrical-coordinate representation of color #337EC1: hue angle of 208.31º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #337EC1 is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 126 193 -
CMYK 0.74 0.35 0 0.24
HSL 208.31º 0.58% 0.48% -
HSV(B) 208.31º 0.74% 0.76% -
XYZ 18.45 19.48 53.24 -
YUV 111.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 51 126 193 0.74 0.35 0 0.24 208.31 0.58 0.48
Hex 33 7E C1 4A 23 0 18 D0 3A 30
Octal 63 176 301 112 43 0 30 320 72 60
Binary 110011 1111110 11000001 1001010 100011 0 11000 11010000 111010 110000

Color Harmonies of #337EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337EC1

Black with #337EC1

Text Example


Text Example

White with #337EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,126,193); }

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

background-color css

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

 a { background-color: rgb(51,126,193); }

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

border-color css

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

 span { border-color: rgb(51,126,193); }

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