Html Css Color HEX #337BCF Curious Blue

📋 copy color: '#337BCF'

red 51 ◦ green 123 ◦ blue 207

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

Shades of Curious Blue #337BCF

Tints of Curious Blue #337BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.33%

R = 13.39%
G = 32.28%
B = 54.33%

CMYK

 C value IS 0.75

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#337BCF (or 0x337BCF) is known color: Curious Blue. HEX triplet: 33, 7B and CF. RGB value is (51,123,207). Sum of RGB (Red+Green+Blue) = 51+123+207=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #337BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337BCF is #CC8430. Grayscale: #6E6E6E. Windows color (decimal): -13403185 or 13597491. OLE color: 13597491.

HSL color Cylindrical-coordinate representation of color #337BCF: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337BCF is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 123 207 -
CMYK 0.75 0.41 0 0.19
HSL 212.31º 0.62% 0.51% -
HSV(B) 212.31º 0.75% 0.81% -
XYZ 19.71 19.37 61.73 -
YUV 111.05 182.15 85.17 -
System Red Green Blue C M Y K H S L
Decimal 51 123 207 0.75 0.41 0 0.19 212.31 0.62 0.51
Hex 33 7B CF 4B 29 0 13 D4 3E 33
Octal 63 173 317 113 51 0 23 324 76 63
Binary 110011 1111011 11001111 1001011 101001 0 10011 11010100 111110 110011

Color Harmonies of #337BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337BCF

Black with #337BCF

Text Example


Text Example

White with #337BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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