Html Css Color HEX #337FCF Curious Blue

📋 copy color: '#337FCF'

red 51 ◦ green 127 ◦ blue 207

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

Shades of Curious Blue #337FCF

Tints of Curious Blue #337FCF

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

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

R = 13.25%
G = 32.99%
B = 53.77%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#337FCF (or 0x337FCF) is known color: Curious Blue. HEX triplet: 33, 7F and CF. RGB value is (51,127,207). Sum of RGB (Red+Green+Blue) = 51+127+207=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #337FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FCF is #CC8030. Grayscale: #707070. Windows color (decimal): -13402161 or 13598515. OLE color: 13598515.

HSL color Cylindrical-coordinate representation of color #337FCF: hue angle of 210.77º 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 #337FCF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 51 127 207 -
CMYK 0.75 0.39 0 0.19
HSL 210.77º 0.62% 0.51% -
HSV(B) 210.77º 0.75% 0.81% -
XYZ 20.22 20.39 61.9 -
YUV 113.4 180.82 83.5 -
System Red Green Blue C M Y K H S L
Decimal 51 127 207 0.75 0.39 0 0.19 210.77 0.62 0.51
Hex 33 7F CF 4B 27 0 13 D3 3E 33
Octal 63 177 317 113 47 0 23 323 76 63
Binary 110011 1111111 11001111 1001011 100111 0 10011 11010011 111110 110011

Color Harmonies of #337FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337FCF

Black with #337FCF

Text Example


Text Example

White with #337FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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